Html Css Color HEX #9008EA Dark Violet

📋 copy color: '#9008EA'

red 144 ◦ green 8 ◦ blue 234

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

Shades of Dark Violet #9008EA

Tints of Dark Violet #9008EA

RGB

 RED value IS 144 (56.64% from 255) = 37.31%

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

 BLUE value IS 234 (91.8% from 255) = 60.62%

R = 37.31%
G = 2.07%
B = 60.62%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9008EA (or 0x9008EA) is known color: Dark Violet. HEX triplet: 90, 08 and EA. RGB value is (144,8,234). Sum of RGB (Red+Green+Blue) = 144+8+234=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #9008EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9008EA is #6FF715. Grayscale: #494949. Windows color (decimal): -7337750 or 15337616. OLE color: 15337616.

HSL color Cylindrical-coordinate representation of color #9008EA: hue angle of 276.11º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9008EA is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 8 234 -
CMYK 0.38 0.97 0 0.08
HSL 276.11º 0.93% 0.47% -
HSV(B) 276.11º 0.97% 0.92% -
XYZ 26.44 12.04 78.77 -
YUV 74.43 218.06 177.62 -
System Red Green Blue C M Y K H S L
Decimal 144 8 234 0.38 0.97 0 0.08 276.11 0.93 0.47
Hex 90 8 EA 26 61 0 8 114 5D 2F
Octal 220 10 352 46 141 0 10 424 135 57
Binary 10010000 1000 11101010 100110 1100001 0 1000 100010100 1011101 101111

Color Harmonies of #9008EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9008EA

Black with #9008EA

Text Example


Text Example

White with #9008EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9008EA; }

 p { color: rgb(144,8,234); }

 H1.HeaderClassName
 {
   color: #9008EA;
 }
 .AnyTagClassName
 {
   color: #9008EA;
 }
</style>

background-color css

<style>
 a { background-color: #9008EA; }

 a { background-color: rgb(144,8,234); }

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

border-color css

<style>
 span { border-color: #9008EA; }

 span { border-color: rgb(144,8,234); }

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