Html Css Color HEX #846ABC True V

📋 copy color: '#846ABC'

red 132 ◦ green 106 ◦ blue 188

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

Shades of True V #846ABC

Tints of True V #846ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.88%

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

R = 30.99%
G = 24.88%
B = 44.13%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#846ABC (or 0x846ABC) is known color: True V. HEX triplet: 84, 6A and BC. RGB value is (132,106,188). Sum of RGB (Red+Green+Blue) = 132+106+188=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #846ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846ABC is #7B9543. Grayscale: #7A7A7A. Windows color (decimal): -8099140 or 12348036. OLE color: 12348036.

HSL color Cylindrical-coordinate representation of color #846ABC: hue angle of 259.02º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #846ABC is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 106 188 -
CMYK 0.30 0.44 0 0.26
HSL 259.02º 0.38% 0.58% -
HSV(B) 259.02º 0.44% 0.74% -
XYZ 23.75 18.84 49.96 -
YUV 123.12 164.61 134.33 -
System Red Green Blue C M Y K H S L
Decimal 132 106 188 0.30 0.44 0 0.26 259.02 0.38 0.58
Hex 84 6A BC 1E 2C 0 1A 103 26 3A
Octal 204 152 274 36 54 0 32 403 46 72
Binary 10000100 1101010 10111100 11110 101100 0 11010 100000011 100110 111010

Color Harmonies of #846ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846ABC

Black with #846ABC

Text Example


Text Example

White with #846ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,106,188); }

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

background-color css

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

 a { background-color: rgb(132,106,188); }

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

border-color css

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

 span { border-color: rgb(132,106,188); }

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