Html Css Color HEX #846DCD True V

📋 copy color: '#846DCD'

red 132 ◦ green 109 ◦ blue 205

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

Shades of True V #846DCD

Tints of True V #846DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.44%

 BLUE value IS 205 (80.47% from 255) = 45.96%

R = 29.6%
G = 24.44%
B = 45.96%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#846DCD (or 0x846DCD) is known color: True V. HEX triplet: 84, 6D and CD. RGB value is (132,109,205). Sum of RGB (Red+Green+Blue) = 132+109+205=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #846DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846DCD is #7B9232. Grayscale: #7E7E7E. Windows color (decimal): -8098355 or 13462916. OLE color: 13462916.

HSL color Cylindrical-coordinate representation of color #846DCD: hue angle of 254.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #846DCD is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 109 205 -
CMYK 0.36 0.47 0 0.20
HSL 254.38º 0.49% 0.62% -
HSV(B) 254.38º 0.47% 0.8% -
XYZ 26 20.25 60.3 -
YUV 126.82 172.12 131.69 -
System Red Green Blue C M Y K H S L
Decimal 132 109 205 0.36 0.47 0 0.20 254.38 0.49 0.62
Hex 84 6D CD 24 2F 0 14 FE 31 3E
Octal 204 155 315 44 57 0 24 376 61 76
Binary 10000100 1101101 11001101 100100 101111 0 10100 11111110 110001 111110

Color Harmonies of #846DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846DCD

Black with #846DCD

Text Example


Text Example

White with #846DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,109,205); }

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

background-color css

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

 a { background-color: rgb(132,109,205); }

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

border-color css

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

 span { border-color: rgb(132,109,205); }

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