Html Css Color HEX #9008FA Dark Violet

📋 copy color: '#9008FA'

red 144 ◦ green 8 ◦ blue 250

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

Shades of Dark Violet #9008FA

Tints of Dark Violet #9008FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.19%

R = 35.82%
G = 1.99%
B = 62.19%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9008FA (or 0x9008FA) is known color: Dark Violet. HEX triplet: 90, 08 and FA. RGB value is (144,8,250). Sum of RGB (Red+Green+Blue) = 144+8+250=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #9008FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9008FA is #6FF705. Grayscale: #4B4B4B. Windows color (decimal): -7337734 or 16386192. OLE color: 16386192.

HSL color Cylindrical-coordinate representation of color #9008FA: hue angle of 273.72º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9008FA is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 8 250 -
CMYK 0.42 0.97 0 0.02
HSL 273.72º 0.96% 0.51% -
HSV(B) 273.72º 0.97% 0.98% -
XYZ 28.84 13.01 91.43 -
YUV 76.25 226.06 176.32 -
System Red Green Blue C M Y K H S L
Decimal 144 8 250 0.42 0.97 0 0.02 273.72 0.96 0.51
Hex 90 8 FA 2A 61 0 2 112 60 33
Octal 220 10 372 52 141 0 2 422 140 63
Binary 10010000 1000 11111010 101010 1100001 0 10 100010010 1100000 110011

Color Harmonies of #9008FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9008FA

Black with #9008FA

Text Example


Text Example

White with #9008FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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