Html Css Color HEX #8514CA Dark Violet

📋 copy color: '#8514CA'

red 133 ◦ green 20 ◦ blue 202

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

Shades of Dark Violet #8514CA

Tints of Dark Violet #8514CA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.63%

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

R = 37.46%
G = 5.63%
B = 56.9%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8514CA (or 0x8514CA) is known color: Dark Violet. HEX triplet: 85, 14 and CA. RGB value is (133,20,202). Sum of RGB (Red+Green+Blue) = 133+20+202=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #8514CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8514CA is #7AEB35. Grayscale: #494949. Windows color (decimal): -8055606 or 13243525. OLE color: 13243525.

HSL color Cylindrical-coordinate representation of color #8514CA: hue angle of 277.25º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8514CA is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 20 202 -
CMYK 0.34 0.90 0 0.21
HSL 277.25º 0.82% 0.44% -
HSV(B) 277.25º 0.9% 0.79% -
XYZ 20.58 9.75 56.67 -
YUV 74.54 199.94 169.7 -
System Red Green Blue C M Y K H S L
Decimal 133 20 202 0.34 0.90 0 0.21 277.25 0.82 0.44
Hex 85 14 CA 22 5A 0 15 115 52 2C
Octal 205 24 312 42 132 0 25 425 122 54
Binary 10000101 10100 11001010 100010 1011010 0 10101 100010101 1010010 101100

Color Harmonies of #8514CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8514CA

Black with #8514CA

Text Example


Text Example

White with #8514CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,20,202); }

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

background-color css

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

 a { background-color: rgb(133,20,202); }

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

border-color css

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

 span { border-color: rgb(133,20,202); }

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