Html Css Color HEX #9017BD Dark Violet

📋 copy color: '#9017BD'

red 144 ◦ green 23 ◦ blue 189

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

Shades of Dark Violet #9017BD

Tints of Dark Violet #9017BD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.46%

 BLUE value IS 189 (74.22% from 255) = 53.09%

R = 40.45%
G = 6.46%
B = 53.09%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9017BD (or 0x9017BD) is known color: Dark Violet. HEX triplet: 90, 17 and BD. RGB value is (144,23,189). Sum of RGB (Red+Green+Blue) = 144+23+189=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #9017BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9017BD is #6FE842. Grayscale: #4D4D4D. Windows color (decimal): -7333955 or 12392336. OLE color: 12392336.

HSL color Cylindrical-coordinate representation of color #9017BD: hue angle of 283.73º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9017BD is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 23 189 -
CMYK 0.24 0.88 0 0.26
HSL 283.74º 0.78% 0.42% -
HSV(B) 283.74º 0.88% 0.74% -
XYZ 20.99 10.22 49.01 -
YUV 78.1 190.59 175 -
System Red Green Blue C M Y K H S L
Decimal 144 23 189 0.24 0.88 0 0.26 283.74 0.78 0.42
Hex 90 17 BD 18 58 0 1A 11C 4E 2A
Octal 220 27 275 30 130 0 32 434 116 52
Binary 10010000 10111 10111101 11000 1011000 0 11010 100011100 1001110 101010

Color Harmonies of #9017BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9017BD

Black with #9017BD

Text Example


Text Example

White with #9017BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9017BD; }

 p { color: rgb(144,23,189); }

 H1.HeaderClassName
 {
   color: #9017BD;
 }
 .AnyTagClassName
 {
   color: #9017BD;
 }
</style>

background-color css

<style>
 a { background-color: #9017BD; }

 a { background-color: rgb(144,23,189); }

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

border-color css

<style>
 span { border-color: #9017BD; }

 span { border-color: rgb(144,23,189); }

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