Html Css Color HEX #8528CD Blue Violet

📋 copy color: '#8528CD'

red 133 ◦ green 40 ◦ blue 205

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

Shades of Blue Violet #8528CD

Tints of Blue Violet #8528CD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.58%

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

R = 35.19%
G = 10.58%
B = 54.23%

CMYK

 C value IS 0.35

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8528CD (or 0x8528CD) is known color: Blue Violet. HEX triplet: 85, 28 and CD. RGB value is (133,40,205). Sum of RGB (Red+Green+Blue) = 133+40+205=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #8528CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8528CD is #7AD732. Grayscale: #565656. Windows color (decimal): -8050483 or 13445253. OLE color: 13445253.

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

Color convert

RGB 133 40 205 -
CMYK 0.35 0.80 0 0.20
HSL 273.82º 0.67% 0.48% -
HSV(B) 273.82º 0.8% 0.8% -
XYZ 21.45 10.91 58.73 -
YUV 86.62 194.81 161.08 -
System Red Green Blue C M Y K H S L
Decimal 133 40 205 0.35 0.80 0 0.20 273.82 0.67 0.48
Hex 85 28 CD 23 50 0 14 112 43 30
Octal 205 50 315 43 120 0 24 422 103 60
Binary 10000101 101000 11001101 100011 1010000 0 10100 100010010 1000011 110000

Color Harmonies of #8528CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8528CD

Black with #8528CD

Text Example


Text Example

White with #8528CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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