Html Css Color HEX #8565CD True V

📋 copy color: '#8565CD'

red 133 ◦ green 101 ◦ blue 205

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

Shades of True V #8565CD

Tints of True V #8565CD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.01%

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

R = 30.3%
G = 23.01%
B = 46.7%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8565CD (or 0x8565CD) is known color: True V. HEX triplet: 85, 65 and CD. RGB value is (133,101,205). Sum of RGB (Red+Green+Blue) = 133+101+205=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #8565CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8565CD is #7A9A32. Grayscale: #7A7A7A. Windows color (decimal): -8034867 or 13460869. OLE color: 13460869.

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

Color convert

RGB 133 101 205 -
CMYK 0.35 0.51 0 0.20
HSL 258.46º 0.51% 0.6% -
HSV(B) 258.46º 0.51% 0.8% -
XYZ 25.35 18.7 60.03 -
YUV 122.42 174.6 135.54 -
System Red Green Blue C M Y K H S L
Decimal 133 101 205 0.35 0.51 0 0.20 258.46 0.51 0.6
Hex 85 65 CD 23 33 0 14 102 33 3C
Octal 205 145 315 43 63 0 24 402 63 74
Binary 10000101 1100101 11001101 100011 110011 0 10100 100000010 110011 111100

Color Harmonies of #8565CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8565CD

Black with #8565CD

Text Example


Text Example

White with #8565CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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