Html Css Color HEX #8360BC True V

📋 copy color: '#8360BC'

red 131 ◦ green 96 ◦ blue 188

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

Shades of True V #8360BC

Tints of True V #8360BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.3%

R = 31.57%
G = 23.13%
B = 45.3%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8360BC (or 0x8360BC) is known color: True V. HEX triplet: 83, 60 and BC. RGB value is (131,96,188). Sum of RGB (Red+Green+Blue) = 131+96+188=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #8360BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8360BC is #7C9F43. Grayscale: #747474. Windows color (decimal): -8167236 or 12345475. OLE color: 12345475.

HSL color Cylindrical-coordinate representation of color #8360BC: hue angle of 262.83º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8360BC is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 96 188 -
CMYK 0.30 0.49 0 0.26
HSL 262.83º 0.41% 0.56% -
HSV(B) 262.83º 0.49% 0.74% -
XYZ 22.62 16.82 49.63 -
YUV 116.95 168.1 138.02 -
System Red Green Blue C M Y K H S L
Decimal 131 96 188 0.30 0.49 0 0.26 262.83 0.41 0.56
Hex 83 60 BC 1E 31 0 1A 107 29 38
Octal 203 140 274 36 61 0 32 407 51 70
Binary 10000011 1100000 10111100 11110 110001 0 11010 100000111 101001 111000

Color Harmonies of #8360BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8360BC

Black with #8360BC

Text Example


Text Example

White with #8360BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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