Html Css Color HEX #9C08FE Electric Purple

📋 copy color: '#9C08FE'

red 156 ◦ green 8 ◦ blue 254

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

Shades of Electric Purple #9C08FE

Tints of Electric Purple #9C08FE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.91%

 BLUE value IS 254 (99.61% from 255) = 60.77%

R = 37.32%
G = 1.91%
B = 60.77%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9C08FE (or 0x9C08FE) is known color: Electric Purple. HEX triplet: 9C, 08 and FE. RGB value is (156,8,254). Sum of RGB (Red+Green+Blue) = 156+8+254=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 8 (3.52% from 255 or 1.91% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C08FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C08FE is #63F701. Grayscale: #4F4F4F. Windows color (decimal): -6551298 or 16648348. OLE color: 16648348.

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

Color convert

RGB 156 8 254 -
CMYK 0.39 0.97 0 0.00
HSL 276.1º 0.99% 0.51% -
HSV(B) 276.1º 0.97% 1% -
XYZ 31.69 14.4 94.87 -
YUV 80.3 226.03 182 -
System Red Green Blue C M Y K H S L
Decimal 156 8 254 0.39 0.97 0 0.00 276.1 0.99 0.51
Hex 9C 8 FE 27 61 0 0 114 63 33
Octal 234 10 376 47 141 0 0 424 143 63
Binary 10011100 1000 11111110 100111 1100001 0 0 100010100 1100011 110011

Color Harmonies of #9C08FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C08FE

Black with #9C08FE

Text Example


Text Example

White with #9C08FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,8,254); }

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

background-color css

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

 a { background-color: rgb(156,8,254); }

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

border-color css

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

 span { border-color: rgb(156,8,254); }

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