Html Css Color HEX #9605BE Dark Violet

📋 copy color: '#9605BE'

red 150 ◦ green 5 ◦ blue 190

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

Shades of Dark Violet #9605BE

Tints of Dark Violet #9605BE

RGB

 RED value IS 150 (58.98% from 255) = 43.48%

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

 BLUE value IS 190 (74.61% from 255) = 55.07%

R = 43.48%
G = 1.45%
B = 55.07%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9605BE (or 0x9605BE) is known color: Dark Violet. HEX triplet: 96, 05 and BE. RGB value is (150,5,190). Sum of RGB (Red+Green+Blue) = 150+5+190=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #9605BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9605BE is #69FA41. Grayscale: #444444. Windows color (decimal): -6945346 or 12453270. OLE color: 12453270.

HSL color Cylindrical-coordinate representation of color #9605BE: hue angle of 287.03º 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 #9605BE is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 5 190 -
CMYK 0.21 0.97 0 0.25
HSL 287.03º 0.95% 0.38% -
HSV(B) 287.03º 0.97% 0.75% -
XYZ 21.93 10.31 49.55 -
YUV 69.45 196.04 185.46 -
System Red Green Blue C M Y K H S L
Decimal 150 5 190 0.21 0.97 0 0.25 287.03 0.95 0.38
Hex 96 5 BE 15 61 0 19 11F 5F 26
Octal 226 5 276 25 141 0 31 437 137 46
Binary 10010110 101 10111110 10101 1100001 0 11001 100011111 1011111 100110

Color Harmonies of #9605BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9605BE

Black with #9605BE

Text Example


Text Example

White with #9605BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9605BE; }

 p { color: rgb(150,5,190); }

 H1.HeaderClassName
 {
   color: #9605BE;
 }
 .AnyTagClassName
 {
   color: #9605BE;
 }
</style>

background-color css

<style>
 a { background-color: #9605BE; }

 a { background-color: rgb(150,5,190); }

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

border-color css

<style>
 span { border-color: #9605BE; }

 span { border-color: rgb(150,5,190); }

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