Html Css Color HEX #9018D0 Dark Violet

📋 copy color: '#9018D0'

red 144 ◦ green 24 ◦ blue 208

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

Shades of Dark Violet #9018D0

Tints of Dark Violet #9018D0

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.38%

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

R = 38.3%
G = 6.38%
B = 55.32%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9018D0 (or 0x9018D0) is known color: Dark Violet. HEX triplet: 90, 18 and D0. RGB value is (144,24,208). Sum of RGB (Red+Green+Blue) = 144+24+208=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 208 (81.64% from 255 or 55.32% from 376); Max value from RGB is 208 - color contains mainly: blue. Hex color #9018D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9018D0 is #6FE72F. Grayscale: #505050. Windows color (decimal): -7333680 or 13637776. OLE color: 13637776.

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

Color convert

RGB 144 24 208 -
CMYK 0.31 0.88 0 0.18
HSL 279.13º 0.79% 0.45% -
HSV(B) 279.13º 0.88% 0.82% -
XYZ 23.21 11.14 60.6 -
YUV 80.86 199.76 173.04 -
System Red Green Blue C M Y K H S L
Decimal 144 24 208 0.31 0.88 0 0.18 279.13 0.79 0.45
Hex 90 18 D0 1F 58 0 12 117 4F 2D
Octal 220 30 320 37 130 0 22 427 117 55
Binary 10010000 11000 11010000 11111 1011000 0 10010 100010111 1001111 101101

Color Harmonies of #9018D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9018D0

Black with #9018D0

Text Example


Text Example

White with #9018D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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