Html Css Color HEX #8360B9 True V

📋 copy color: '#8360B9'

red 131 ◦ green 96 ◦ blue 185

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

Shades of True V #8360B9

Tints of True V #8360B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.9%

R = 31.8%
G = 23.3%
B = 44.9%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8360B9 (or 0x8360B9) is known color: True V. HEX triplet: 83, 60 and B9. RGB value is (131,96,185). Sum of RGB (Red+Green+Blue) = 131+96+185=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #8360B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8360B9 is #7C9F46. Grayscale: #747474. Windows color (decimal): -8167239 or 12148867. OLE color: 12148867.

HSL color Cylindrical-coordinate representation of color #8360B9: hue angle of 263.6º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8360B9 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 96 185 -
CMYK 0.29 0.48 0 0.27
HSL 263.6º 0.39% 0.55% -
HSV(B) 263.6º 0.48% 0.73% -
XYZ 22.3 16.69 47.95 -
YUV 116.61 166.6 138.26 -
System Red Green Blue C M Y K H S L
Decimal 131 96 185 0.29 0.48 0 0.27 263.6 0.39 0.55
Hex 83 60 B9 1D 30 0 1B 108 27 37
Octal 203 140 271 35 60 0 33 410 47 67
Binary 10000011 1100000 10111001 11101 110000 0 11011 100001000 100111 110111

Color Harmonies of #8360B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8360B9

Black with #8360B9

Text Example


Text Example

White with #8360B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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