Html Css Color HEX #846EBE True V

📋 copy color: '#846EBE'

red 132 ◦ green 110 ◦ blue 190

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

Shades of True V #846EBE

Tints of True V #846EBE

RGB

 RED value IS 132 (51.95% from 255) = 30.56%

 GREEN value IS 110 (43.36% from 255) = 25.46%

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

R = 30.56%
G = 25.46%
B = 43.98%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#846EBE (or 0x846EBE) is known color: True V. HEX triplet: 84, 6E and BE. RGB value is (132,110,190). Sum of RGB (Red+Green+Blue) = 132+110+190=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #846EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846EBE is #7B9141. Grayscale: #7D7D7D. Windows color (decimal): -8098114 or 12480132. OLE color: 12480132.

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

Color convert

RGB 132 110 190 -
CMYK 0.31 0.42 0 0.25
HSL 256.5º 0.38% 0.59% -
HSV(B) 256.5º 0.42% 0.75% -
XYZ 24.39 19.78 51.25 -
YUV 125.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 132 110 190 0.31 0.42 0 0.25 256.5 0.38 0.59
Hex 84 6E BE 1F 2A 0 19 100 26 3B
Octal 204 156 276 37 52 0 31 400 46 73
Binary 10000100 1101110 10111110 11111 101010 0 11001 100000000 100110 111011

Color Harmonies of #846EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846EBE

Black with #846EBE

Text Example


Text Example

White with #846EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846EBE; }

 p { color: rgb(132,110,190); }

 H1.HeaderClassName
 {
   color: #846EBE;
 }
 .AnyTagClassName
 {
   color: #846EBE;
 }
</style>

background-color css

<style>
 a { background-color: #846EBE; }

 a { background-color: rgb(132,110,190); }

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

border-color css

<style>
 span { border-color: #846EBE; }

 span { border-color: rgb(132,110,190); }

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