Html Css Color HEX #9005BD Dark Violet

📋 copy color: '#9005BD'

red 144 ◦ green 5 ◦ blue 189

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

Shades of Dark Violet #9005BD

Tints of Dark Violet #9005BD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.48%

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

R = 42.6%
G = 1.48%
B = 55.92%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9005BD (or 0x9005BD) is known color: Dark Violet. HEX triplet: 90, 05 and BD. RGB value is (144,5,189). Sum of RGB (Red+Green+Blue) = 144+5+189=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #9005BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9005BD is #6FFA42. Grayscale: #424242. Windows color (decimal): -7338563 or 12387728. OLE color: 12387728.

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

Color convert

RGB 144 5 189 -
CMYK 0.24 0.97 0 0.26
HSL 285.33º 0.95% 0.38% -
HSV(B) 285.33º 0.97% 0.74% -
XYZ 20.74 9.71 48.93 -
YUV 67.54 196.55 182.54 -
System Red Green Blue C M Y K H S L
Decimal 144 5 189 0.24 0.97 0 0.26 285.33 0.95 0.38
Hex 90 5 BD 18 61 0 1A 11D 5F 26
Octal 220 5 275 30 141 0 32 435 137 46
Binary 10010000 101 10111101 11000 1100001 0 11010 100011101 1011111 100110

Color Harmonies of #9005BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9005BD

Black with #9005BD

Text Example


Text Example

White with #9005BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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