Html Css Color HEX #8360BE True V

📋 copy color: '#8360BE'

red 131 ◦ green 96 ◦ blue 190

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

Shades of True V #8360BE

Tints of True V #8360BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 31.41%
G = 23.02%
B = 45.56%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8360BE (or 0x8360BE) is known color: True V. HEX triplet: 83, 60 and BE. RGB value is (131,96,190). Sum of RGB (Red+Green+Blue) = 131+96+190=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #8360BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8360BE is #7C9F41. Grayscale: #747474. Windows color (decimal): -8167234 or 12476547. OLE color: 12476547.

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

Color convert

RGB 131 96 190 -
CMYK 0.31 0.49 0 0.25
HSL 262.34º 0.42% 0.56% -
HSV(B) 262.34º 0.49% 0.75% -
XYZ 22.84 16.91 50.78 -
YUV 117.18 169.1 137.86 -
System Red Green Blue C M Y K H S L
Decimal 131 96 190 0.31 0.49 0 0.25 262.34 0.42 0.56
Hex 83 60 BE 1F 31 0 19 106 2A 38
Octal 203 140 276 37 61 0 31 406 52 70
Binary 10000011 1100000 10111110 11111 110001 0 11001 100000110 101010 111000

Color Harmonies of #8360BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8360BE

Black with #8360BE

Text Example


Text Example

White with #8360BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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