Html Css Color HEX #9C18ED Blue Violet

📋 copy color: '#9C18ED'

red 156 ◦ green 24 ◦ blue 237

#9C18ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #9C18ED

Tints of Blue Violet #9C18ED

RGB

 RED value IS 156 (61.33% from 255) = 37.41%

 GREEN value IS 24 (9.77% from 255) = 5.76%

 BLUE value IS 237 (92.97% from 255) = 56.83%

R = 37.41%
G = 5.76%
B = 56.83%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9C18ED (or 0x9C18ED) is known color: Blue Violet. HEX triplet: 9C, 18 and ED. RGB value is (156,24,237). Sum of RGB (Red+Green+Blue) = 156+24+237=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #9C18ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C18ED is #63E712. Grayscale: #575757. Windows color (decimal): -6547219 or 15538332. OLE color: 15538332.

HSL color Cylindrical-coordinate representation of color #9C18ED: hue angle of 277.18º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C18ED is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 156 24 237 -
CMYK 0.34 0.90 0 0.07
HSL 277.18º 0.86% 0.51% -
HSV(B) 277.18º 0.9% 0.93% -
XYZ 29.32 13.84 81.25 -
YUV 87.75 212.23 176.68 -
System Red Green Blue C M Y K H S L
Decimal 156 24 237 0.34 0.90 0 0.07 277.18 0.86 0.51
Hex 9C 18 ED 22 5A 0 7 115 56 33
Octal 234 30 355 42 132 0 7 425 126 63
Binary 10011100 11000 11101101 100010 1011010 0 111 100010101 1010110 110011

Color Harmonies of #9C18ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C18ED

Black with #9C18ED

Text Example


Text Example

White with #9C18ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C18ED; }

 p { color: rgb(156,24,237); }

 H1.HeaderClassName
 {
   color: #9C18ED;
 }
 .AnyTagClassName
 {
   color: #9C18ED;
 }
</style>

background-color css

<style>
 a { background-color: #9C18ED; }

 a { background-color: rgb(156,24,237); }

 div.DivClassName
 {
   background-color: #9C18ED;
 }
 .BgClassName
 {
   background-color: #9C18ED;
 }
</style>

border-color css

<style>
 span { border-color: #9C18ED; }

 span { border-color: rgb(156,24,237); }

 td.TdClassName
 {
   border-color: #9C18ED;
 }
 .TagClassName
 {
   border-color: #9C18ED;
 }
</style>