Html Css Color HEX #8360CE True V

📋 copy color: '#8360CE'

red 131 ◦ green 96 ◦ blue 206

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

Shades of True V #8360CE

Tints of True V #8360CE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.17%

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 30.25%
G = 22.17%
B = 47.58%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8360CE (or 0x8360CE) is known color: True V. HEX triplet: 83, 60 and CE. RGB value is (131,96,206). Sum of RGB (Red+Green+Blue) = 131+96+206=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #8360CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8360CE is #7C9F31. Grayscale: #767676. Windows color (decimal): -8167218 or 13525123. OLE color: 13525123.

HSL color Cylindrical-coordinate representation of color #8360CE: hue angle of 259.09º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8360CE is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 96 206 -
CMYK 0.36 0.53 0 0.19
HSL 259.09º 0.53% 0.59% -
HSV(B) 259.09º 0.53% 0.81% -
XYZ 24.68 17.65 60.5 -
YUV 119.01 177.1 136.56 -
System Red Green Blue C M Y K H S L
Decimal 131 96 206 0.36 0.53 0 0.19 259.09 0.53 0.59
Hex 83 60 CE 24 35 0 13 103 35 3B
Octal 203 140 316 44 65 0 23 403 65 73
Binary 10000011 1100000 11001110 100100 110101 0 10011 100000011 110101 111011

Color Harmonies of #8360CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8360CE

Black with #8360CE

Text Example


Text Example

White with #8360CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8360CE; }

 p { color: rgb(131,96,206); }

 H1.HeaderClassName
 {
   color: #8360CE;
 }
 .AnyTagClassName
 {
   color: #8360CE;
 }
</style>

background-color css

<style>
 a { background-color: #8360CE; }

 a { background-color: rgb(131,96,206); }

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

border-color css

<style>
 span { border-color: #8360CE; }

 span { border-color: rgb(131,96,206); }

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