Html Css Color HEX #9512BC Dark Violet

📋 copy color: '#9512BC'

red 149 ◦ green 18 ◦ blue 188

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

Shades of Dark Violet #9512BC

Tints of Dark Violet #9512BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.96%

R = 41.97%
G = 5.07%
B = 52.96%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9512BC (or 0x9512BC) is known color: Dark Violet. HEX triplet: 95, 12 and BC. RGB value is (149,18,188). Sum of RGB (Red+Green+Blue) = 149+18+188=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #9512BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9512BC is #6AED43. Grayscale: #4C4C4C. Windows color (decimal): -7007556 or 12325525. OLE color: 12325525.

HSL color Cylindrical-coordinate representation of color #9512BC: hue angle of 286.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9512BC is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 18 188 -
CMYK 0.21 0.90 0 0.26
HSL 286.24º 0.83% 0.4% -
HSV(B) 286.24º 0.9% 0.74% -
XYZ 21.69 10.45 48.45 -
YUV 76.55 190.9 179.68 -
System Red Green Blue C M Y K H S L
Decimal 149 18 188 0.21 0.90 0 0.26 286.24 0.83 0.4
Hex 95 12 BC 15 5A 0 1A 11E 53 28
Octal 225 22 274 25 132 0 32 436 123 50
Binary 10010101 10010 10111100 10101 1011010 0 11010 100011110 1010011 101000

Color Harmonies of #9512BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9512BC

Black with #9512BC

Text Example


Text Example

White with #9512BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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