Html Css Color HEX #9005BF Dark Violet

📋 copy color: '#9005BF'

red 144 ◦ green 5 ◦ blue 191

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

Shades of Dark Violet #9005BF

Tints of Dark Violet #9005BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.18%

R = 42.35%
G = 1.47%
B = 56.18%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9005BF (or 0x9005BF) is known color: Dark Violet. HEX triplet: 90, 05 and BF. RGB value is (144,5,191). Sum of RGB (Red+Green+Blue) = 144+5+191=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #9005BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9005BF is #6FFA40. Grayscale: #434343. Windows color (decimal): -7338561 or 12518800. OLE color: 12518800.

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

Color convert

RGB 144 5 191 -
CMYK 0.25 0.97 0 0.25
HSL 284.84º 0.95% 0.38% -
HSV(B) 284.84º 0.97% 0.75% -
XYZ 20.96 9.8 50.08 -
YUV 67.77 197.55 182.38 -
System Red Green Blue C M Y K H S L
Decimal 144 5 191 0.25 0.97 0 0.25 284.84 0.95 0.38
Hex 90 5 BF 19 61 0 19 11D 5F 26
Octal 220 5 277 31 141 0 31 435 137 46
Binary 10010000 101 10111111 11001 1100001 0 11001 100011101 1011111 100110

Color Harmonies of #9005BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9005BF

Black with #9005BF

Text Example


Text Example

White with #9005BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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