Html Css Color HEX #9605BC Dark Violet

📋 copy color: '#9605BC'

red 150 ◦ green 5 ◦ blue 188

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

Shades of Dark Violet #9605BC

Tints of Dark Violet #9605BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.81%

R = 43.73%
G = 1.46%
B = 54.81%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9605BC (or 0x9605BC) is known color: Dark Violet. HEX triplet: 96, 05 and BC. RGB value is (150,5,188). Sum of RGB (Red+Green+Blue) = 150+5+188=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #9605BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9605BC is #69FA43. Grayscale: #444444. Windows color (decimal): -6945348 or 12322198. OLE color: 12322198.

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

Color convert

RGB 150 5 188 -
CMYK 0.20 0.97 0 0.26
HSL 287.54º 0.95% 0.38% -
HSV(B) 287.54º 0.97% 0.74% -
XYZ 21.71 10.22 48.41 -
YUV 69.22 195.04 185.62 -
System Red Green Blue C M Y K H S L
Decimal 150 5 188 0.20 0.97 0 0.26 287.54 0.95 0.38
Hex 96 5 BC 14 61 0 1A 120 5F 26
Octal 226 5 274 24 141 0 32 440 137 46
Binary 10010110 101 10111100 10100 1100001 0 11010 100100000 1011111 100110

Color Harmonies of #9605BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9605BC

Black with #9605BC

Text Example


Text Example

White with #9605BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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