Html Css Color HEX #8365CD True V

📋 copy color: '#8365CD'

red 131 ◦ green 101 ◦ blue 205

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

Shades of True V #8365CD

Tints of True V #8365CD

RGB

 RED value IS 131 (51.56% from 255) = 29.98%

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

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

R = 29.98%
G = 23.11%
B = 46.91%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8365CD (or 0x8365CD) is known color: True V. HEX triplet: 83, 65 and CD. RGB value is (131,101,205). Sum of RGB (Red+Green+Blue) = 131+101+205=437 (57% of max value = 765). Red value is 131 (51.56% from 255 or 29.98% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #8365CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8365CD is #7C9A32. Grayscale: #797979. Windows color (decimal): -8165939 or 13460867. OLE color: 13460867.

HSL color Cylindrical-coordinate representation of color #8365CD: hue angle of 257.31º 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 #8365CD is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 101 205 -
CMYK 0.36 0.51 0 0.20
HSL 257.31º 0.51% 0.6% -
HSV(B) 257.31º 0.51% 0.8% -
XYZ 25.03 18.54 60.02 -
YUV 121.83 174.94 134.54 -
System Red Green Blue C M Y K H S L
Decimal 131 101 205 0.36 0.51 0 0.20 257.31 0.51 0.6
Hex 83 65 CD 24 33 0 14 101 33 3C
Octal 203 145 315 44 63 0 24 401 63 74
Binary 10000011 1100101 11001101 100100 110011 0 10100 100000001 110011 111100

Color Harmonies of #8365CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8365CD

Black with #8365CD

Text Example


Text Example

White with #8365CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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