Html Css Color HEX #9510CC Dark Violet

📋 copy color: '#9510CC'

red 149 ◦ green 16 ◦ blue 204

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

Shades of Dark Violet #9510CC

Tints of Dark Violet #9510CC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.34%

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

R = 40.38%
G = 4.34%
B = 55.28%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9510CC (or 0x9510CC) is known color: Dark Violet. HEX triplet: 95, 10 and CC. RGB value is (149,16,204). Sum of RGB (Red+Green+Blue) = 149+16+204=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #9510CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9510CC is #6AEF33. Grayscale: #4C4C4C. Windows color (decimal): -7008052 or 13373589. OLE color: 13373589.

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

Color convert

RGB 149 16 204 -
CMYK 0.27 0.92 0 0.2
HSL 282.45º 0.85% 0.43% -
HSV(B) 282.45º 0.92% 0.8% -
XYZ 23.48 11.12 58.04 -
YUV 77.2 199.56 179.21 -
System Red Green Blue C M Y K H S L
Decimal 149 16 204 0.27 0.92 0 0.2 282.45 0.85 0.43
Hex 95 10 CC 1B 5C 0 14 11A 55 2B
Octal 225 20 314 33 134 0 24 432 125 53
Binary 10010101 10000 11001100 11011 1011100 0 10100 100011010 1010101 101011

Color Harmonies of #9510CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9510CC

Black with #9510CC

Text Example


Text Example

White with #9510CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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