Html Css Color HEX #9014BD Dark Violet

📋 copy color: '#9014BD'

red 144 ◦ green 20 ◦ blue 189

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

Shades of Dark Violet #9014BD

Tints of Dark Violet #9014BD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.67%

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

R = 40.79%
G = 5.67%
B = 53.54%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9014BD (or 0x9014BD) is known color: Dark Violet. HEX triplet: 90, 14 and BD. RGB value is (144,20,189). Sum of RGB (Red+Green+Blue) = 144+20+189=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #9014BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9014BD is #6FEB42. Grayscale: #4B4B4B. Windows color (decimal): -7334723 or 12391568. OLE color: 12391568.

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

Color convert

RGB 144 20 189 -
CMYK 0.24 0.89 0 0.26
HSL 284.02º 0.81% 0.41% -
HSV(B) 284.02º 0.89% 0.74% -
XYZ 20.94 10.1 48.99 -
YUV 76.34 191.58 176.26 -
System Red Green Blue C M Y K H S L
Decimal 144 20 189 0.24 0.89 0 0.26 284.02 0.81 0.41
Hex 90 14 BD 18 59 0 1A 11C 51 29
Octal 220 24 275 30 131 0 32 434 121 51
Binary 10010000 10100 10111101 11000 1011001 0 11010 100011100 1010001 101001

Color Harmonies of #9014BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9014BD

Black with #9014BD

Text Example


Text Example

White with #9014BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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