Html Css Color HEX #9501CC Dark Violet

📋 copy color: '#9501CC'

red 149 ◦ green 1 ◦ blue 204

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

Shades of Dark Violet #9501CC

Tints of Dark Violet #9501CC

RGB

 RED value IS 149 (58.59% from 255) = 42.09%

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

 BLUE value IS 204 (80.08% from 255) = 57.63%

R = 42.09%
G = 0.28%
B = 57.63%

CMYK

 C value IS 0.27

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9501CC (or 0x9501CC) is known color: Dark Violet. HEX triplet: 95, 01 and CC. RGB value is (149,1,204). Sum of RGB (Red+Green+Blue) = 149+1+204=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #9501CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9501CC is #6AFE33. Grayscale: #434343. Windows color (decimal): -7011892 or 13369749. OLE color: 13369749.

HSL color Cylindrical-coordinate representation of color #9501CC: hue angle of 283.74º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9501CC is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 1 204 -
CMYK 0.27 1.00 0 0.2
HSL 283.74º 0.99% 0.4% -
HSV(B) 283.74º 1% 0.8% -
XYZ 23.3 10.77 57.98 -
YUV 68.39 204.53 185.49 -
System Red Green Blue C M Y K H S L
Decimal 149 1 204 0.27 1.00 0 0.2 283.74 0.99 0.4
Hex 95 1 CC 1B 64 0 14 11C 63 28
Octal 225 1 314 33 144 0 24 434 143 50
Binary 10010101 1 11001100 11011 1100100 0 10100 100011100 1100011 101000

Color Harmonies of #9501CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9501CC

Black with #9501CC

Text Example


Text Example

White with #9501CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9501CC; }

 p { color: rgb(149,1,204); }

 H1.HeaderClassName
 {
   color: #9501CC;
 }
 .AnyTagClassName
 {
   color: #9501CC;
 }
</style>

background-color css

<style>
 a { background-color: #9501CC; }

 a { background-color: rgb(149,1,204); }

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

border-color css

<style>
 span { border-color: #9501CC; }

 span { border-color: rgb(149,1,204); }

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