Html Css Color HEX #9C0DFE Electric Purple

📋 copy color: '#9C0DFE'

red 156 ◦ green 13 ◦ blue 254

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

Shades of Electric Purple #9C0DFE

Tints of Electric Purple #9C0DFE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.07%

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

R = 36.88%
G = 3.07%
B = 60.05%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9C0DFE (or 0x9C0DFE) is known color: Electric Purple. HEX triplet: 9C, 0D and FE. RGB value is (156,13,254). Sum of RGB (Red+Green+Blue) = 156+13+254=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C0DFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0DFE is #63F201. Grayscale: #525252. Windows color (decimal): -6550018 or 16649628. OLE color: 16649628.

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

Color convert

RGB 156 13 254 -
CMYK 0.39 0.95 0 0.00
HSL 275.6º 0.99% 0.52% -
HSV(B) 275.6º 0.95% 1% -
XYZ 31.74 14.51 94.89 -
YUV 83.23 224.38 179.9 -
System Red Green Blue C M Y K H S L
Decimal 156 13 254 0.39 0.95 0 0.00 275.6 0.99 0.52
Hex 9C D FE 27 5F 0 0 114 63 34
Octal 234 15 376 47 137 0 0 424 143 64
Binary 10011100 1101 11111110 100111 1011111 0 0 100010100 1100011 110100

Color Harmonies of #9C0DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0DFE

Black with #9C0DFE

Text Example


Text Example

White with #9C0DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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