Html Css Color HEX #9505CC Dark Violet

📋 copy color: '#9505CC'

red 149 ◦ green 5 ◦ blue 204

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

Shades of Dark Violet #9505CC

Tints of Dark Violet #9505CC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.4%

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

R = 41.62%
G = 1.4%
B = 56.98%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9505CC (or 0x9505CC) is known color: Dark Violet. HEX triplet: 95, 05 and CC. RGB value is (149,5,204). Sum of RGB (Red+Green+Blue) = 149+5+204=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #9505CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9505CC is #6AFA33. Grayscale: #464646. Windows color (decimal): -7010868 or 13370773. OLE color: 13370773.

HSL color Cylindrical-coordinate representation of color #9505CC: hue angle of 283.42º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9505CC is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 5 204 -
CMYK 0.27 0.98 0 0.2
HSL 283.42º 0.95% 0.41% -
HSV(B) 283.42º 0.98% 0.8% -
XYZ 23.35 10.86 57.99 -
YUV 70.74 203.21 183.82 -
System Red Green Blue C M Y K H S L
Decimal 149 5 204 0.27 0.98 0 0.2 283.42 0.95 0.41
Hex 95 5 CC 1B 62 0 14 11B 5F 29
Octal 225 5 314 33 142 0 24 433 137 51
Binary 10010101 101 11001100 11011 1100010 0 10100 100011011 1011111 101001

Color Harmonies of #9505CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9505CC

Black with #9505CC

Text Example


Text Example

White with #9505CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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