Html Css Color HEX #8361BC True V

📋 copy color: '#8361BC'

red 131 ◦ green 97 ◦ blue 188

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

Shades of True V #8361BC

Tints of True V #8361BC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.32%

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

R = 31.49%
G = 23.32%
B = 45.19%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8361BC (or 0x8361BC) is known color: True V. HEX triplet: 83, 61 and BC. RGB value is (131,97,188). Sum of RGB (Red+Green+Blue) = 131+97+188=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #8361BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8361BC is #7C9E43. Grayscale: #757575. Windows color (decimal): -8166980 or 12345731. OLE color: 12345731.

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

Color convert

RGB 131 97 188 -
CMYK 0.30 0.48 0 0.26
HSL 262.42º 0.4% 0.56% -
HSV(B) 262.42º 0.48% 0.74% -
XYZ 22.71 17.01 49.66 -
YUV 117.54 167.76 137.6 -
System Red Green Blue C M Y K H S L
Decimal 131 97 188 0.30 0.48 0 0.26 262.42 0.4 0.56
Hex 83 61 BC 1E 30 0 1A 106 28 38
Octal 203 141 274 36 60 0 32 406 50 70
Binary 10000011 1100001 10111100 11110 110000 0 11010 100000110 101000 111000

Color Harmonies of #8361BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8361BC

Black with #8361BC

Text Example


Text Example

White with #8361BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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