Html Css Color HEX #9600BE Dark Violet

📋 copy color: '#9600BE'

red 150 ◦ green 0 ◦ blue 190

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

Shades of Dark Violet #9600BE

Tints of Dark Violet #9600BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.12%
G = 0%
B = 55.88%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9600BE (or 0x9600BE) is known color: Dark Violet. HEX triplet: 96, 00 and BE. RGB value is (150,0,190). Sum of RGB (Red+Green+Blue) = 150+0+190=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #9600BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9600BE is #69FF41. Grayscale: #414141. Windows color (decimal): -6946626 or 12451990. OLE color: 12451990.

HSL color Cylindrical-coordinate representation of color #9600BE: hue angle of 287.37º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9600BE is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 0 190 -
CMYK 0.21 1 0 0.25
HSL 287.37º 1% 0.37% -
HSV(B) 287.37º 1% 0.75% -
XYZ 21.87 10.2 49.53 -
YUV 66.51 197.7 187.55 -
System Red Green Blue C M Y K H S L
Decimal 150 0 190 0.21 1 0 0.25 287.37 1 0.37
Hex 96 0 BE 15 64 0 19 11F 64 25
Octal 226 0 276 25 144 0 31 437 144 45
Binary 10010110 0 10111110 10101 1100100 0 11001 100011111 1100100 100101

Color Harmonies of #9600BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9600BE

Black with #9600BE

Text Example


Text Example

White with #9600BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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