Html Css Color HEX #9601EC Dark Violet

📋 copy color: '#9601EC'

red 150 ◦ green 1 ◦ blue 236

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

Shades of Dark Violet #9601EC

Tints of Dark Violet #9601EC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 236 (92.58% from 255) = 60.98%

R = 38.76%
G = 0.26%
B = 60.98%

CMYK

 C value IS 0.36

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9601EC (or 0x9601EC) is known color: Dark Violet. HEX triplet: 96, 01 and EC. RGB value is (150,1,236). Sum of RGB (Red+Green+Blue) = 150+1+236=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #9601EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9601EC is #69FE13. Grayscale: #474747. Windows color (decimal): -6946324 or 15466902. OLE color: 15466902.

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

Color convert

RGB 150 1 236 -
CMYK 0.36 1.00 0 0.07
HSL 278.04º 0.99% 0.46% -
HSV(B) 278.04º 1% 0.93% -
XYZ 27.73 12.56 80.32 -
YUV 72.34 220.36 183.39 -
System Red Green Blue C M Y K H S L
Decimal 150 1 236 0.36 1.00 0 0.07 278.04 0.99 0.46
Hex 96 1 EC 24 64 0 7 116 63 2E
Octal 226 1 354 44 144 0 7 426 143 56
Binary 10010110 1 11101100 100100 1100100 0 111 100010110 1100011 101110

Color Harmonies of #9601EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9601EC

Black with #9601EC

Text Example


Text Example

White with #9601EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9601EC; }

 p { color: rgb(150,1,236); }

 H1.HeaderClassName
 {
   color: #9601EC;
 }
 .AnyTagClassName
 {
   color: #9601EC;
 }
</style>

background-color css

<style>
 a { background-color: #9601EC; }

 a { background-color: rgb(150,1,236); }

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

border-color css

<style>
 span { border-color: #9601EC; }

 span { border-color: rgb(150,1,236); }

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