Html Css Color HEX #9603BE Dark Violet

📋 copy color: '#9603BE'

red 150 ◦ green 3 ◦ blue 190

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

Shades of Dark Violet #9603BE

Tints of Dark Violet #9603BE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

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

R = 43.73%
G = 0.87%
B = 55.39%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9603BE (or 0x9603BE) is known color: Dark Violet. HEX triplet: 96, 03 and BE. RGB value is (150,3,190). Sum of RGB (Red+Green+Blue) = 150+3+190=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #9603BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9603BE is #69FC41. Grayscale: #434343. Windows color (decimal): -6945858 or 12452758. OLE color: 12452758.

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

Color convert

RGB 150 3 190 -
CMYK 0.21 0.98 0 0.25
HSL 287.17º 0.97% 0.38% -
HSV(B) 287.17º 0.98% 0.75% -
XYZ 21.9 10.27 49.54 -
YUV 68.27 196.7 186.29 -
System Red Green Blue C M Y K H S L
Decimal 150 3 190 0.21 0.98 0 0.25 287.17 0.97 0.38
Hex 96 3 BE 15 62 0 19 11F 61 26
Octal 226 3 276 25 142 0 31 437 141 46
Binary 10010110 11 10111110 10101 1100010 0 11001 100011111 1100001 100110

Color Harmonies of #9603BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9603BE

Black with #9603BE

Text Example


Text Example

White with #9603BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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