Html Css Color HEX #9512CF Dark Violet

📋 copy color: '#9512CF'

red 149 ◦ green 18 ◦ blue 207

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

Shades of Dark Violet #9512CF

Tints of Dark Violet #9512CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.35%

R = 39.84%
G = 4.81%
B = 55.35%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9512CF (or 0x9512CF) is known color: Dark Violet. HEX triplet: 95, 12 and CF. RGB value is (149,18,207). Sum of RGB (Red+Green+Blue) = 149+18+207=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #9512CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9512CF is #6AED30. Grayscale: #4E4E4E. Windows color (decimal): -7007537 or 13570709. OLE color: 13570709.

HSL color Cylindrical-coordinate representation of color #9512CF: hue angle of 281.59º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9512CF is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 18 207 -
CMYK 0.28 0.91 0 0.19
HSL 281.59º 0.84% 0.44% -
HSV(B) 281.59º 0.91% 0.81% -
XYZ 23.87 11.33 59.96 -
YUV 78.72 200.4 178.13 -
System Red Green Blue C M Y K H S L
Decimal 149 18 207 0.28 0.91 0 0.19 281.59 0.84 0.44
Hex 95 12 CF 1C 5B 0 13 11A 54 2C
Octal 225 22 317 34 133 0 23 432 124 54
Binary 10010101 10010 11001111 11100 1011011 0 10011 100011010 1010100 101100

Color Harmonies of #9512CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9512CF

Black with #9512CF

Text Example


Text Example

White with #9512CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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