Html Css Color HEX #9008F9 Dark Violet

📋 copy color: '#9008F9'

red 144 ◦ green 8 ◦ blue 249

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

Shades of Dark Violet #9008F9

Tints of Dark Violet #9008F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 62.09%

R = 35.91%
G = 2%
B = 62.09%

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

#9008F9 (or 0x9008F9) is known color: Dark Violet. HEX triplet: 90, 08 and F9. RGB value is (144,8,249). Sum of RGB (Red+Green+Blue) = 144+8+249=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 249 (97.66% from 255 or 62.09% from 401); Max value from RGB is 249 - color contains mainly: blue. Hex color #9008F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9008F9 is #6FF706. Grayscale: #4B4B4B. Windows color (decimal): -7337735 or 16320656. OLE color: 16320656.

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

Color convert

RGB 144 8 249 -
CMYK 0.42 0.97 0 0.02
HSL 273.86º 0.95% 0.5% -
HSV(B) 273.86º 0.97% 0.98% -
XYZ 28.69 12.94 90.61 -
YUV 76.14 225.56 176.4 -
System Red Green Blue C M Y K H S L
Decimal 144 8 249 0.42 0.97 0 0.02 273.86 0.95 0.5
Hex 90 8 F9 2A 61 0 2 112 5F 32
Octal 220 10 371 52 141 0 2 422 137 62
Binary 10010000 1000 11111001 101010 1100001 0 10 100010010 1011111 110010

Color Harmonies of #9008F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9008F9

Black with #9008F9

Text Example


Text Example

White with #9008F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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