Html Css Color HEX #8361BA True V

📋 copy color: '#8361BA'

red 131 ◦ green 97 ◦ blue 186

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

Shades of True V #8361BA

Tints of True V #8361BA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.43%

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

R = 31.64%
G = 23.43%
B = 44.93%

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

#8361BA (or 0x8361BA) is known color: True V. HEX triplet: 83, 61 and BA. RGB value is (131,97,186). Sum of RGB (Red+Green+Blue) = 131+97+186=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #8361BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8361BA is #7C9E45. Grayscale: #747474. Windows color (decimal): -8166982 or 12214659. OLE color: 12214659.

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

Color convert

RGB 131 97 186 -
CMYK 0.30 0.48 0 0.27
HSL 262.92º 0.39% 0.55% -
HSV(B) 262.92º 0.48% 0.73% -
XYZ 22.5 16.92 48.53 -
YUV 117.31 166.76 137.76 -
System Red Green Blue C M Y K H S L
Decimal 131 97 186 0.30 0.48 0 0.27 262.92 0.39 0.55
Hex 83 61 BA 1E 30 0 1B 107 27 37
Octal 203 141 272 36 60 0 33 407 47 67
Binary 10000011 1100001 10111010 11110 110000 0 11011 100000111 100111 110111

Color Harmonies of #8361BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8361BA

Black with #8361BA

Text Example


Text Example

White with #8361BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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