Html Css Color HEX #9512CA Dark Violet

📋 copy color: '#9512CA'

red 149 ◦ green 18 ◦ blue 202

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

Shades of Dark Violet #9512CA

Tints of Dark Violet #9512CA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.88%

 BLUE value IS 202 (79.3% from 255) = 54.74%

R = 40.38%
G = 4.88%
B = 54.74%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9512CA (or 0x9512CA) is known color: Dark Violet. HEX triplet: 95, 12 and CA. RGB value is (149,18,202). Sum of RGB (Red+Green+Blue) = 149+18+202=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #9512CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9512CA is #6AED35. Grayscale: #4D4D4D. Windows color (decimal): -7007542 or 13243029. OLE color: 13243029.

HSL color Cylindrical-coordinate representation of color #9512CA: hue angle of 282.72º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9512CA is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 18 202 -
CMYK 0.26 0.91 0 0.21
HSL 282.72º 0.84% 0.43% -
HSV(B) 282.72º 0.91% 0.79% -
XYZ 23.27 11.09 56.79 -
YUV 78.15 197.9 178.54 -
System Red Green Blue C M Y K H S L
Decimal 149 18 202 0.26 0.91 0 0.21 282.72 0.84 0.43
Hex 95 12 CA 1A 5B 0 15 11B 54 2B
Octal 225 22 312 32 133 0 25 433 124 53
Binary 10010101 10010 11001010 11010 1011011 0 10101 100011011 1010100 101011

Color Harmonies of #9512CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9512CA

Black with #9512CA

Text Example


Text Example

White with #9512CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9512CA; }

 p { color: rgb(149,18,202); }

 H1.HeaderClassName
 {
   color: #9512CA;
 }
 .AnyTagClassName
 {
   color: #9512CA;
 }
</style>

background-color css

<style>
 a { background-color: #9512CA; }

 a { background-color: rgb(149,18,202); }

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

border-color css

<style>
 span { border-color: #9512CA; }

 span { border-color: rgb(149,18,202); }

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