Html Css Color HEX #9607BF Dark Violet

📋 copy color: '#9607BF'

red 150 ◦ green 7 ◦ blue 191

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

Shades of Dark Violet #9607BF

Tints of Dark Violet #9607BF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.01%

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

R = 43.1%
G = 2.01%
B = 54.89%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9607BF (or 0x9607BF) is known color: Dark Violet. HEX triplet: 96, 07 and BF. RGB value is (150,7,191). Sum of RGB (Red+Green+Blue) = 150+7+191=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #9607BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9607BF is #69F840. Grayscale: #464646. Windows color (decimal): -6944833 or 12519318. OLE color: 12519318.

HSL color Cylindrical-coordinate representation of color #9607BF: hue angle of 286.63º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9607BF is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 7 191 -
CMYK 0.21 0.96 0 0.25
HSL 286.63º 0.93% 0.39% -
HSV(B) 286.63º 0.96% 0.75% -
XYZ 22.06 10.4 50.13 -
YUV 70.73 195.88 184.54 -
System Red Green Blue C M Y K H S L
Decimal 150 7 191 0.21 0.96 0 0.25 286.63 0.93 0.39
Hex 96 7 BF 15 60 0 19 11F 5D 27
Octal 226 7 277 25 140 0 31 437 135 47
Binary 10010110 111 10111111 10101 1100000 0 11001 100011111 1011101 100111

Color Harmonies of #9607BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9607BF

Black with #9607BF

Text Example


Text Example

White with #9607BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,7,191); }

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

background-color css

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

 a { background-color: rgb(150,7,191); }

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

border-color css

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

 span { border-color: rgb(150,7,191); }

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