Html Css Color HEX #8366BE True V

📋 copy color: '#8366BE'

red 131 ◦ green 102 ◦ blue 190

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

Shades of True V #8366BE

Tints of True V #8366BE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.11%

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

R = 30.97%
G = 24.11%
B = 44.92%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8366BE (or 0x8366BE) is known color: True V. HEX triplet: 83, 66 and BE. RGB value is (131,102,190). Sum of RGB (Red+Green+Blue) = 131+102+190=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #8366BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8366BE is #7C9941. Grayscale: #787878. Windows color (decimal): -8165698 or 12478083. OLE color: 12478083.

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

Color convert

RGB 131 102 190 -
CMYK 0.31 0.46 0 0.25
HSL 259.77º 0.4% 0.57% -
HSV(B) 259.77º 0.46% 0.75% -
XYZ 23.41 18.05 50.96 -
YUV 120.7 167.11 135.34 -
System Red Green Blue C M Y K H S L
Decimal 131 102 190 0.31 0.46 0 0.25 259.77 0.4 0.57
Hex 83 66 BE 1F 2E 0 19 104 28 39
Octal 203 146 276 37 56 0 31 404 50 71
Binary 10000011 1100110 10111110 11111 101110 0 11001 100000100 101000 111001

Color Harmonies of #8366BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8366BE

Black with #8366BE

Text Example


Text Example

White with #8366BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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