Html Css Color HEX #836ACC True V

📋 copy color: '#836ACC'

red 131 ◦ green 106 ◦ blue 204

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

Shades of True V #836ACC

Tints of True V #836ACC

RGB

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

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

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

R = 29.71%
G = 24.04%
B = 46.26%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#836ACC (or 0x836ACC) is known color: True V. HEX triplet: 83, 6A and CC. RGB value is (131,106,204). Sum of RGB (Red+Green+Blue) = 131+106+204=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #836ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836ACC is #7C9533. Grayscale: #7C7C7C. Windows color (decimal): -8164660 or 13396611. OLE color: 13396611.

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

Color convert

RGB 131 106 204 -
CMYK 0.36 0.48 0 0.2
HSL 255.31º 0.49% 0.61% -
HSV(B) 255.31º 0.48% 0.8% -
XYZ 25.41 19.49 59.55 -
YUV 124.65 172.78 132.53 -
System Red Green Blue C M Y K H S L
Decimal 131 106 204 0.36 0.48 0 0.2 255.31 0.49 0.61
Hex 83 6A CC 24 30 0 14 FF 31 3D
Octal 203 152 314 44 60 0 24 377 61 75
Binary 10000011 1101010 11001100 100100 110000 0 10100 11111111 110001 111101

Color Harmonies of #836ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836ACC

Black with #836ACC

Text Example


Text Example

White with #836ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836ACC; }

 p { color: rgb(131,106,204); }

 H1.HeaderClassName
 {
   color: #836ACC;
 }
 .AnyTagClassName
 {
   color: #836ACC;
 }
</style>

background-color css

<style>
 a { background-color: #836ACC; }

 a { background-color: rgb(131,106,204); }

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

border-color css

<style>
 span { border-color: #836ACC; }

 span { border-color: rgb(131,106,204); }

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