Html Css Color HEX #8514CC Dark Violet

📋 copy color: '#8514CC'

red 133 ◦ green 20 ◦ blue 204

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

Shades of Dark Violet #8514CC

Tints of Dark Violet #8514CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.14%

R = 37.25%
G = 5.6%
B = 57.14%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8514CC (or 0x8514CC) is known color: Dark Violet. HEX triplet: 85, 14 and CC. RGB value is (133,20,204). Sum of RGB (Red+Green+Blue) = 133+20+204=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #8514CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8514CC is #7AEB33. Grayscale: #4A4A4A. Windows color (decimal): -8055604 or 13374597. OLE color: 13374597.

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

Color convert

RGB 133 20 204 -
CMYK 0.35 0.90 0 0.2
HSL 276.85º 0.82% 0.44% -
HSV(B) 276.85º 0.9% 0.8% -
XYZ 20.82 9.85 57.93 -
YUV 74.76 200.94 169.54 -
System Red Green Blue C M Y K H S L
Decimal 133 20 204 0.35 0.90 0 0.2 276.85 0.82 0.44
Hex 85 14 CC 23 5A 0 14 115 52 2C
Octal 205 24 314 43 132 0 24 425 122 54
Binary 10000101 10100 11001100 100011 1011010 0 10100 100010101 1010010 101100

Color Harmonies of #8514CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8514CC

Black with #8514CC

Text Example


Text Example

White with #8514CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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