Html Css Color HEX #9600D7 Dark Violet

📋 copy color: '#9600D7'

red 150 ◦ green 0 ◦ blue 215

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

Shades of Dark Violet #9600D7

Tints of Dark Violet #9600D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 58.9%

R = 41.1%
G = 0%
B = 58.9%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9600D7 (or 0x9600D7) is known color: Dark Violet. HEX triplet: 96, 00 and D7. RGB value is (150,0,215). Sum of RGB (Red+Green+Blue) = 150+0+215=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 215 (84.38% from 255 or 58.90% from 365); Max value from RGB is 215 - color contains mainly: blue. Hex color #9600D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9600D7 is #69FF28. Grayscale: #444444. Windows color (decimal): -6946601 or 14090390. OLE color: 14090390.

HSL color Cylindrical-coordinate representation of color #9600D7: hue angle of 281.86º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9600D7 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 0 215 -
CMYK 0.30 1 0 0.16
HSL 281.86º 1% 0.42% -
HSV(B) 281.86º 1% 0.84% -
XYZ 24.84 11.39 65.18 -
YUV 69.36 210.2 185.52 -
System Red Green Blue C M Y K H S L
Decimal 150 0 215 0.30 1 0 0.16 281.86 1 0.42
Hex 96 0 D7 1E 64 0 10 11A 64 2A
Octal 226 0 327 36 144 0 20 432 144 52
Binary 10010110 0 11010111 11110 1100100 0 10000 100011010 1100100 101010

Color Harmonies of #9600D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9600D7

Black with #9600D7

Text Example


Text Example

White with #9600D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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