Html Css Color HEX #9607DD Dark Violet

📋 copy color: '#9607DD'

red 150 ◦ green 7 ◦ blue 221

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

Shades of Dark Violet #9607DD

Tints of Dark Violet #9607DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.47%

R = 39.68%
G = 1.85%
B = 58.47%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9607DD (or 0x9607DD) is known color: Dark Violet. HEX triplet: 96, 07 and DD. RGB value is (150,7,221). Sum of RGB (Red+Green+Blue) = 150+7+221=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #9607DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9607DD is #69F822. Grayscale: #494949. Windows color (decimal): -6944803 or 14485398. OLE color: 14485398.

HSL color Cylindrical-coordinate representation of color #9607DD: hue angle of 280.09º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9607DD is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 7 221 -
CMYK 0.32 0.97 0 0.13
HSL 280.09º 0.94% 0.45% -
HSV(B) 280.09º 0.97% 0.87% -
XYZ 25.7 11.86 69.34 -
YUV 74.15 210.88 182.1 -
System Red Green Blue C M Y K H S L
Decimal 150 7 221 0.32 0.97 0 0.13 280.09 0.94 0.45
Hex 96 7 DD 20 61 0 D 118 5E 2D
Octal 226 7 335 40 141 0 15 430 136 55
Binary 10010110 111 11011101 100000 1100001 0 1101 100011000 1011110 101101

Color Harmonies of #9607DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9607DD

Black with #9607DD

Text Example


Text Example

White with #9607DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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