Html Css Color HEX #8360BF True V

📋 copy color: '#8360BF'

red 131 ◦ green 96 ◦ blue 191

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

Shades of True V #8360BF

Tints of True V #8360BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.69%

R = 31.34%
G = 22.97%
B = 45.69%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8360BF (or 0x8360BF) is known color: True V. HEX triplet: 83, 60 and BF. RGB value is (131,96,191). Sum of RGB (Red+Green+Blue) = 131+96+191=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #8360BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8360BF is #7C9F40. Grayscale: #747474. Windows color (decimal): -8167233 or 12542083. OLE color: 12542083.

HSL color Cylindrical-coordinate representation of color #8360BF: hue angle of 262.11º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8360BF is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 96 191 -
CMYK 0.31 0.50 0 0.25
HSL 262.11º 0.43% 0.56% -
HSV(B) 262.11º 0.5% 0.75% -
XYZ 22.95 16.95 51.35 -
YUV 117.3 169.6 137.78 -
System Red Green Blue C M Y K H S L
Decimal 131 96 191 0.31 0.50 0 0.25 262.11 0.43 0.56
Hex 83 60 BF 1F 32 0 19 106 2B 38
Octal 203 140 277 37 62 0 31 406 53 70
Binary 10000011 1100000 10111111 11111 110010 0 11001 100000110 101011 111000

Color Harmonies of #8360BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8360BF

Black with #8360BF

Text Example


Text Example

White with #8360BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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