Html Css Color HEX #8370B9 True V

📋 copy color: '#8370B9'

red 131 ◦ green 112 ◦ blue 185

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

Shades of True V #8370B9

Tints of True V #8370B9

RGB

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

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

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

R = 30.61%
G = 26.17%
B = 43.22%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8370B9 (or 0x8370B9) is known color: True V. HEX triplet: 83, 70 and B9. RGB value is (131,112,185). Sum of RGB (Red+Green+Blue) = 131+112+185=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 185 - color contains mainly: blue. Hex color #8370B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8370B9 is #7C8F46. Grayscale: #7D7D7D. Windows color (decimal): -8163143 or 12152963. OLE color: 12152963.

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

Color convert

RGB 131 112 185 -
CMYK 0.29 0.39 0 0.27
HSL 255.62º 0.34% 0.58% -
HSV(B) 255.62º 0.39% 0.73% -
XYZ 23.91 19.92 48.48 -
YUV 126 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 131 112 185 0.29 0.39 0 0.27 255.62 0.34 0.58
Hex 83 70 B9 1D 27 0 1B 100 22 3A
Octal 203 160 271 35 47 0 33 400 42 72
Binary 10000011 1110000 10111001 11101 100111 0 11011 100000000 100010 111010

Color Harmonies of #8370B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8370B9

Black with #8370B9

Text Example


Text Example

White with #8370B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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