Html Css Color HEX #8370BA True V

📋 copy color: '#8370BA'

red 131 ◦ green 112 ◦ blue 186

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

Shades of True V #8370BA

Tints of True V #8370BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.11%

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

R = 30.54%
G = 26.11%
B = 43.36%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8370BA (or 0x8370BA) is known color: True V. HEX triplet: 83, 70 and BA. RGB value is (131,112,186). Sum of RGB (Red+Green+Blue) = 131+112+186=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #8370BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8370BA is #7C8F45. Grayscale: #7D7D7D. Windows color (decimal): -8163142 or 12218499. OLE color: 12218499.

HSL color Cylindrical-coordinate representation of color #8370BA: hue angle of 255.41º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8370BA is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 112 186 -
CMYK 0.30 0.40 0 0.27
HSL 255.41º 0.35% 0.58% -
HSV(B) 255.41º 0.4% 0.73% -
XYZ 24.02 19.96 49.04 -
YUV 126.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 131 112 186 0.30 0.40 0 0.27 255.41 0.35 0.58
Hex 83 70 BA 1E 28 0 1B FF 23 3A
Octal 203 160 272 36 50 0 33 377 43 72
Binary 10000011 1110000 10111010 11110 101000 0 11011 11111111 100011 111010

Color Harmonies of #8370BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8370BA

Black with #8370BA

Text Example


Text Example

White with #8370BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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