Html Css Color HEX #9018DB Blue Violet

📋 copy color: '#9018DB'

red 144 ◦ green 24 ◦ blue 219

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

Shades of Blue Violet #9018DB

Tints of Blue Violet #9018DB

RGB

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

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

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

R = 37.21%
G = 6.2%
B = 56.59%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9018DB (or 0x9018DB) is known color: Blue Violet. HEX triplet: 90, 18 and DB. RGB value is (144,24,219). Sum of RGB (Red+Green+Blue) = 144+24+219=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #9018DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9018DB is #6FE724. Grayscale: #515151. Windows color (decimal): -7333669 or 14358672. OLE color: 14358672.

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

Color convert

RGB 144 24 219 -
CMYK 0.34 0.89 0 0.14
HSL 276.92º 0.8% 0.48% -
HSV(B) 276.92º 0.89% 0.86% -
XYZ 24.61 11.7 67.98 -
YUV 82.11 205.26 172.14 -
System Red Green Blue C M Y K H S L
Decimal 144 24 219 0.34 0.89 0 0.14 276.92 0.8 0.48
Hex 90 18 DB 22 59 0 E 115 50 30
Octal 220 30 333 42 131 0 16 425 120 60
Binary 10010000 11000 11011011 100010 1011001 0 1110 100010101 1010000 110000

Color Harmonies of #9018DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9018DB

Black with #9018DB

Text Example


Text Example

White with #9018DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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