Html Css Color HEX #9000D0 Dark Violet

📋 copy color: '#9000D0'

red 144 ◦ green 0 ◦ blue 208

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

Shades of Dark Violet #9000D0

Tints of Dark Violet #9000D0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 208 (81.64% from 255) = 59.09%

R = 40.91%
G = 0%
B = 59.09%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9000D0 (or 0x9000D0) is known color: Dark Violet. HEX triplet: 90, 00 and D0. RGB value is (144,0,208). Sum of RGB (Red+Green+Blue) = 144+0+208=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 208 (81.64% from 255 or 59.09% from 352); Max value from RGB is 208 - color contains mainly: blue. Hex color #9000D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9000D0 is #6FFF2F. Grayscale: #424242. Windows color (decimal): -7339824 or 13631632. OLE color: 13631632.

HSL color Cylindrical-coordinate representation of color #9000D0: hue angle of 281.54º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9000D0 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 144 0 208 -
CMYK 0.31 1 0 0.18
HSL 281.54º 1% 0.41% -
HSV(B) 281.54º 1% 0.82% -
XYZ 22.89 10.48 60.49 -
YUV 66.77 207.71 183.09 -
System Red Green Blue C M Y K H S L
Decimal 144 0 208 0.31 1 0 0.18 281.54 1 0.41
Hex 90 0 D0 1F 64 0 12 11A 64 29
Octal 220 0 320 37 144 0 22 432 144 51
Binary 10010000 0 11010000 11111 1100100 0 10010 100011010 1100100 101001

Color Harmonies of #9000D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9000D0

Black with #9000D0

Text Example


Text Example

White with #9000D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9000D0; }

 p { color: rgb(144,0,208); }

 H1.HeaderClassName
 {
   color: #9000D0;
 }
 .AnyTagClassName
 {
   color: #9000D0;
 }
</style>

background-color css

<style>
 a { background-color: #9000D0; }

 a { background-color: rgb(144,0,208); }

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

border-color css

<style>
 span { border-color: #9000D0; }

 span { border-color: rgb(144,0,208); }

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