Html Css Color HEX #846CCC True V

📋 copy color: '#846CCC'

red 132 ◦ green 108 ◦ blue 204

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

Shades of True V #846CCC

Tints of True V #846CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.32%

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 29.73%
G = 24.32%
B = 45.95%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#846CCC (or 0x846CCC) is known color: True V. HEX triplet: 84, 6C and CC. RGB value is (132,108,204). Sum of RGB (Red+Green+Blue) = 132+108+204=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #846CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846CCC is #7B9333. Grayscale: #7D7D7D. Windows color (decimal): -8098612 or 13397124. OLE color: 13397124.

HSL color Cylindrical-coordinate representation of color #846CCC: hue angle of 255º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #846CCC is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 108 204 -
CMYK 0.35 0.47 0 0.2
HSL 255º 0.48% 0.61% -
HSV(B) 255º 0.47% 0.8% -
XYZ 25.78 19.99 59.63 -
YUV 126.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 132 108 204 0.35 0.47 0 0.2 255 0.48 0.61
Hex 84 6C CC 23 2F 0 14 FF 30 3D
Octal 204 154 314 43 57 0 24 377 60 75
Binary 10000100 1101100 11001100 100011 101111 0 10100 11111111 110000 111101

Color Harmonies of #846CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846CCC

Black with #846CCC

Text Example


Text Example

White with #846CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,108,204); }

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

background-color css

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

 a { background-color: rgb(132,108,204); }

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

border-color css

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

 span { border-color: rgb(132,108,204); }

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