Html Css Color HEX #8360BA True V

📋 copy color: '#8360BA'

red 131 ◦ green 96 ◦ blue 186

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

Shades of True V #8360BA

Tints of True V #8360BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 31.72%
G = 23.24%
B = 45.04%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8360BA (or 0x8360BA) is known color: True V. HEX triplet: 83, 60 and BA. RGB value is (131,96,186). Sum of RGB (Red+Green+Blue) = 131+96+186=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #8360BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8360BA is #7C9F45. Grayscale: #747474. Windows color (decimal): -8167238 or 12214403. OLE color: 12214403.

HSL color Cylindrical-coordinate representation of color #8360BA: hue angle of 263.33º 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 #8360BA is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 96 186 -
CMYK 0.30 0.48 0 0.27
HSL 263.33º 0.39% 0.55% -
HSV(B) 263.33º 0.48% 0.73% -
XYZ 22.41 16.74 48.5 -
YUV 116.73 167.1 138.18 -
System Red Green Blue C M Y K H S L
Decimal 131 96 186 0.30 0.48 0 0.27 263.33 0.39 0.55
Hex 83 60 BA 1E 30 0 1B 107 27 37
Octal 203 140 272 36 60 0 33 407 47 67
Binary 10000011 1100000 10111010 11110 110000 0 11011 100000111 100111 110111

Color Harmonies of #8360BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8360BA

Black with #8360BA

Text Example


Text Example

White with #8360BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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