Html Css Color HEX #9C01EF Dark Violet

📋 copy color: '#9C01EF'

red 156 ◦ green 1 ◦ blue 239

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

Shades of Dark Violet #9C01EF

Tints of Dark Violet #9C01EF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 239 (93.75% from 255) = 60.35%

R = 39.39%
G = 0.25%
B = 60.35%

CMYK

 C value IS 0.35

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9C01EF (or 0x9C01EF) is known color: Dark Violet. HEX triplet: 9C, 01 and EF. RGB value is (156,1,239). Sum of RGB (Red+Green+Blue) = 156+1+239=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #9C01EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C01EF is #63FE10. Grayscale: #494949. Windows color (decimal): -6553105 or 15663516. OLE color: 15663516.

HSL color Cylindrical-coordinate representation of color #9C01EF: hue angle of 279.08º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C01EF is Cyan = 0.35, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 156 1 239 -
CMYK 0.35 1.00 0 0.06
HSL 279.08º 0.99% 0.47% -
HSV(B) 279.08º 1% 0.94% -
XYZ 29.3 13.32 82.69 -
YUV 74.48 220.85 186.15 -
System Red Green Blue C M Y K H S L
Decimal 156 1 239 0.35 1.00 0 0.06 279.08 0.99 0.47
Hex 9C 1 EF 23 64 0 6 117 63 2F
Octal 234 1 357 43 144 0 6 427 143 57
Binary 10011100 1 11101111 100011 1100100 0 110 100010111 1100011 101111

Color Harmonies of #9C01EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C01EF

Black with #9C01EF

Text Example


Text Example

White with #9C01EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,1,239); }

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

background-color css

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

 a { background-color: rgb(156,1,239); }

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

border-color css

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

 span { border-color: rgb(156,1,239); }

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