Html Css Color HEX #9C06FF Electric Purple

📋 copy color: '#9C06FF'

red 156 ◦ green 6 ◦ blue 255

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

Shades of Electric Purple #9C06FF

Tints of Electric Purple #9C06FF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.44%

 BLUE value IS 255 (100% from 255) = 61.15%

R = 37.41%
G = 1.44%
B = 61.15%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9C06FF (or 0x9C06FF) is known color: Electric Purple. HEX triplet: 9C, 06 and FF. RGB value is (156,6,255). Sum of RGB (Red+Green+Blue) = 156+6+255=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 6 (2.73% from 255 or 1.44% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C06FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C06FF is #63F900. Grayscale: #4E4E4E. Windows color (decimal): -6551809 or 16713372. OLE color: 16713372.

HSL color Cylindrical-coordinate representation of color #9C06FF: hue angle of 276.14º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C06FF is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 156 6 255 -
CMYK 0.39 0.98 0 0
HSL 276.14º 1% 0.51% -
HSV(B) 276.14º 0.98% 1% -
XYZ 31.83 14.42 95.71 -
YUV 79.24 227.2 182.75 -
System Red Green Blue C M Y K H S L
Decimal 156 6 255 0.39 0.98 0 0 276.14 1 0.51
Hex 9C 6 FF 27 62 0 0 114 64 33
Octal 234 6 377 47 142 0 0 424 144 63
Binary 10011100 110 11111111 100111 1100010 0 0 100010100 1100100 110011

Color Harmonies of #9C06FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C06FF

Black with #9C06FF

Text Example


Text Example

White with #9C06FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,6,255); }

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

background-color css

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

 a { background-color: rgb(156,6,255); }

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

border-color css

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

 span { border-color: rgb(156,6,255); }

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