Html Css Color HEX #8512CD Dark Violet

📋 copy color: '#8512CD'

red 133 ◦ green 18 ◦ blue 205

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

Shades of Dark Violet #8512CD

Tints of Dark Violet #8512CD

RGB

 RED value IS 133 (52.34% from 255) = 37.36%

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

 BLUE value IS 205 (80.47% from 255) = 57.58%

R = 37.36%
G = 5.06%
B = 57.58%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8512CD (or 0x8512CD) is known color: Dark Violet. HEX triplet: 85, 12 and CD. RGB value is (133,18,205). Sum of RGB (Red+Green+Blue) = 133+18+205=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #8512CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8512CD is #7AED32. Grayscale: #494949. Windows color (decimal): -8056115 or 13439621. OLE color: 13439621.

HSL color Cylindrical-coordinate representation of color #8512CD: hue angle of 276.9º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8512CD is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 18 205 -
CMYK 0.35 0.91 0 0.20
HSL 276.9º 0.84% 0.44% -
HSV(B) 276.9º 0.91% 0.8% -
XYZ 20.91 9.83 58.55 -
YUV 73.7 202.1 170.29 -
System Red Green Blue C M Y K H S L
Decimal 133 18 205 0.35 0.91 0 0.20 276.9 0.84 0.44
Hex 85 12 CD 23 5B 0 14 115 54 2C
Octal 205 22 315 43 133 0 24 425 124 54
Binary 10000101 10010 11001101 100011 1011011 0 10100 100010101 1010100 101100

Color Harmonies of #8512CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8512CD

Black with #8512CD

Text Example


Text Example

White with #8512CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8512CD; }

 p { color: rgb(133,18,205); }

 H1.HeaderClassName
 {
   color: #8512CD;
 }
 .AnyTagClassName
 {
   color: #8512CD;
 }
</style>

background-color css

<style>
 a { background-color: #8512CD; }

 a { background-color: rgb(133,18,205); }

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

border-color css

<style>
 span { border-color: #8512CD; }

 span { border-color: rgb(133,18,205); }

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