Html Css Color HEX #9607DA Dark Violet

📋 copy color: '#9607DA'

red 150 ◦ green 7 ◦ blue 218

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

Shades of Dark Violet #9607DA

Tints of Dark Violet #9607DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.13%

R = 40%
G = 1.87%
B = 58.13%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9607DA (or 0x9607DA) is known color: Dark Violet. HEX triplet: 96, 07 and DA. RGB value is (150,7,218). Sum of RGB (Red+Green+Blue) = 150+7+218=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #9607DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9607DA is #69F825. Grayscale: #494949. Windows color (decimal): -6944806 or 14288790. OLE color: 14288790.

HSL color Cylindrical-coordinate representation of color #9607DA: hue angle of 280.66º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9607DA is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 7 218 -
CMYK 0.31 0.97 0 0.15
HSL 280.66º 0.94% 0.44% -
HSV(B) 280.66º 0.97% 0.85% -
XYZ 25.31 11.7 67.25 -
YUV 73.81 209.38 182.34 -
System Red Green Blue C M Y K H S L
Decimal 150 7 218 0.31 0.97 0 0.15 280.66 0.94 0.44
Hex 96 7 DA 1F 61 0 F 119 5E 2C
Octal 226 7 332 37 141 0 17 431 136 54
Binary 10010110 111 11011010 11111 1100001 0 1111 100011001 1011110 101100

Color Harmonies of #9607DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9607DA

Black with #9607DA

Text Example


Text Example

White with #9607DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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