Html Css Color HEX #9008BF Dark Violet

📋 copy color: '#9008BF'

red 144 ◦ green 8 ◦ blue 191

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

Shades of Dark Violet #9008BF

Tints of Dark Violet #9008BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.69%

R = 41.98%
G = 2.33%
B = 55.69%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9008BF (or 0x9008BF) is known color: Dark Violet. HEX triplet: 90, 08 and BF. RGB value is (144,8,191). Sum of RGB (Red+Green+Blue) = 144+8+191=343 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.98% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #9008BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9008BF is #6FF740. Grayscale: #444444. Windows color (decimal): -7337793 or 12519568. OLE color: 12519568.

HSL color Cylindrical-coordinate representation of color #9008BF: hue angle of 284.59º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9008BF is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 8 191 -
CMYK 0.25 0.96 0 0.25
HSL 284.59º 0.92% 0.39% -
HSV(B) 284.59º 0.96% 0.75% -
XYZ 20.99 9.86 50.09 -
YUV 69.53 196.56 181.12 -
System Red Green Blue C M Y K H S L
Decimal 144 8 191 0.25 0.96 0 0.25 284.59 0.92 0.39
Hex 90 8 BF 19 60 0 19 11D 5C 27
Octal 220 10 277 31 140 0 31 435 134 47
Binary 10010000 1000 10111111 11001 1100000 0 11001 100011101 1011100 100111

Color Harmonies of #9008BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9008BF

Black with #9008BF

Text Example


Text Example

White with #9008BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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