Html Css Color HEX #9007DB Dark Violet

📋 copy color: '#9007DB'

red 144 ◦ green 7 ◦ blue 219

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

Shades of Dark Violet #9007DB

Tints of Dark Violet #9007DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.89%

 BLUE value IS 219 (85.94% from 255) = 59.19%

R = 38.92%
G = 1.89%
B = 59.19%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9007DB (or 0x9007DB) is known color: Dark Violet. HEX triplet: 90, 07 and DB. RGB value is (144,7,219). Sum of RGB (Red+Green+Blue) = 144+7+219=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #9007DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9007DB is #6FF824. Grayscale: #474747. Windows color (decimal): -7338021 or 14354320. OLE color: 14354320.

HSL color Cylindrical-coordinate representation of color #9007DB: hue angle of 278.77º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9007DB is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 7 219 -
CMYK 0.34 0.97 0 0.14
HSL 278.77º 0.94% 0.44% -
HSV(B) 278.77º 0.97% 0.86% -
XYZ 24.36 11.2 67.89 -
YUV 72.13 210.89 179.26 -
System Red Green Blue C M Y K H S L
Decimal 144 7 219 0.34 0.97 0 0.14 278.77 0.94 0.44
Hex 90 7 DB 22 61 0 E 117 5E 2C
Octal 220 7 333 42 141 0 16 427 136 54
Binary 10010000 111 11011011 100010 1100001 0 1110 100010111 1011110 101100

Color Harmonies of #9007DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9007DB

Black with #9007DB

Text Example


Text Example

White with #9007DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9007DB; }

 p { color: rgb(144,7,219); }

 H1.HeaderClassName
 {
   color: #9007DB;
 }
 .AnyTagClassName
 {
   color: #9007DB;
 }
</style>

background-color css

<style>
 a { background-color: #9007DB; }

 a { background-color: rgb(144,7,219); }

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

border-color css

<style>
 span { border-color: #9007DB; }

 span { border-color: rgb(144,7,219); }

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