Html Css Color HEX #8368BA True V

📋 copy color: '#8368BA'

red 131 ◦ green 104 ◦ blue 186

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

Shades of True V #8368BA

Tints of True V #8368BA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.7%

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

R = 31.12%
G = 24.7%
B = 44.18%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8368BA (or 0x8368BA) is known color: True V. HEX triplet: 83, 68 and BA. RGB value is (131,104,186). Sum of RGB (Red+Green+Blue) = 131+104+186=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #8368BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8368BA is #7C9745. Grayscale: #797979. Windows color (decimal): -8165190 or 12216451. OLE color: 12216451.

HSL color Cylindrical-coordinate representation of color #8368BA: hue angle of 259.76º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8368BA is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 104 186 -
CMYK 0.30 0.44 0 0.27
HSL 259.76º 0.37% 0.57% -
HSV(B) 259.76º 0.44% 0.73% -
XYZ 23.17 18.27 48.76 -
YUV 121.42 164.45 134.83 -
System Red Green Blue C M Y K H S L
Decimal 131 104 186 0.30 0.44 0 0.27 259.76 0.37 0.57
Hex 83 68 BA 1E 2C 0 1B 104 25 39
Octal 203 150 272 36 54 0 33 404 45 71
Binary 10000011 1101000 10111010 11110 101100 0 11011 100000100 100101 111001

Color Harmonies of #8368BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8368BA

Black with #8368BA

Text Example


Text Example

White with #8368BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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