Html Css Color HEX #8562CD True V

📋 copy color: '#8562CD'

red 133 ◦ green 98 ◦ blue 205

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

Shades of True V #8562CD

Tints of True V #8562CD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.48%

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

R = 30.5%
G = 22.48%
B = 47.02%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8562CD (or 0x8562CD) is known color: True V. HEX triplet: 85, 62 and CD. RGB value is (133,98,205). Sum of RGB (Red+Green+Blue) = 133+98+205=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #8562CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8562CD is #7A9D32. Grayscale: #787878. Windows color (decimal): -8035635 or 13460101. OLE color: 13460101.

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

Color convert

RGB 133 98 205 -
CMYK 0.35 0.52 0 0.20
HSL 259.63º 0.52% 0.59% -
HSV(B) 259.63º 0.52% 0.8% -
XYZ 25.06 18.13 59.94 -
YUV 120.66 175.6 136.8 -
System Red Green Blue C M Y K H S L
Decimal 133 98 205 0.35 0.52 0 0.20 259.63 0.52 0.59
Hex 85 62 CD 23 34 0 14 104 34 3B
Octal 205 142 315 43 64 0 24 404 64 73
Binary 10000101 1100010 11001101 100011 110100 0 10100 100000100 110100 111011

Color Harmonies of #8562CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8562CD

Black with #8562CD

Text Example


Text Example

White with #8562CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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