Html Css Color HEX #9600ED Dark Violet

📋 copy color: '#9600ED'

red 150 ◦ green 0 ◦ blue 237

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

Shades of Dark Violet #9600ED

Tints of Dark Violet #9600ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.24%

R = 38.76%
G = 0%
B = 61.24%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9600ED (or 0x9600ED) is known color: Dark Violet. HEX triplet: 96, 00 and ED. RGB value is (150,0,237). Sum of RGB (Red+Green+Blue) = 150+0+237=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #9600ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9600ED is #69FF12. Grayscale: #474747. Windows color (decimal): -6946579 or 15532182. OLE color: 15532182.

HSL color Cylindrical-coordinate representation of color #9600ED: hue angle of 277.97º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9600ED is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 0 237 -
CMYK 0.37 1 0 0.07
HSL 277.97º 1% 0.46% -
HSV(B) 277.97º 1% 0.93% -
XYZ 27.86 12.6 81.08 -
YUV 71.87 221.2 183.73 -
System Red Green Blue C M Y K H S L
Decimal 150 0 237 0.37 1 0 0.07 277.97 1 0.46
Hex 96 0 ED 25 64 0 7 116 64 2E
Octal 226 0 355 45 144 0 7 426 144 56
Binary 10010110 0 11101101 100101 1100100 0 111 100010110 1100100 101110

Color Harmonies of #9600ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9600ED

Black with #9600ED

Text Example


Text Example

White with #9600ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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