Html Css Color HEX #9C18EC Blue Violet

📋 copy color: '#9C18EC'

red 156 ◦ green 24 ◦ blue 236

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

Shades of Blue Violet #9C18EC

Tints of Blue Violet #9C18EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.73%

R = 37.5%
G = 5.77%
B = 56.73%

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

#9C18EC (or 0x9C18EC) is known color: Blue Violet. HEX triplet: 9C, 18 and EC. RGB value is (156,24,236). Sum of RGB (Red+Green+Blue) = 156+24+236=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C18EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C18EC is #63E713. Grayscale: #565656. Windows color (decimal): -6547220 or 15472796. OLE color: 15472796.

HSL color Cylindrical-coordinate representation of color #9C18EC: hue angle of 277.36º degrees, saturation: 0.85, 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 #9C18EC is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 156 24 236 -
CMYK 0.34 0.90 0 0.07
HSL 277.36º 0.85% 0.51% -
HSV(B) 277.36º 0.9% 0.93% -
XYZ 29.18 13.78 80.48 -
YUV 87.64 211.73 176.76 -
System Red Green Blue C M Y K H S L
Decimal 156 24 236 0.34 0.90 0 0.07 277.36 0.85 0.51
Hex 9C 18 EC 22 5A 0 7 115 55 33
Octal 234 30 354 42 132 0 7 425 125 63
Binary 10011100 11000 11101100 100010 1011010 0 111 100010101 1010101 110011

Color Harmonies of #9C18EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C18EC

Black with #9C18EC

Text Example


Text Example

White with #9C18EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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