Html Css Color HEX #836ACE True V

📋 copy color: '#836ACE'

red 131 ◦ green 106 ◦ blue 206

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

Shades of True V #836ACE

Tints of True V #836ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 29.57%
G = 23.93%
B = 46.5%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#836ACE (or 0x836ACE) is known color: True V. HEX triplet: 83, 6A and CE. RGB value is (131,106,206). Sum of RGB (Red+Green+Blue) = 131+106+206=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #836ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836ACE is #7C9531. Grayscale: #7C7C7C. Windows color (decimal): -8164658 or 13527683. OLE color: 13527683.

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

Color convert

RGB 131 106 206 -
CMYK 0.36 0.49 0 0.19
HSL 255º 0.51% 0.61% -
HSV(B) 255º 0.49% 0.81% -
XYZ 25.65 19.59 60.82 -
YUV 124.88 173.78 132.37 -
System Red Green Blue C M Y K H S L
Decimal 131 106 206 0.36 0.49 0 0.19 255 0.51 0.61
Hex 83 6A CE 24 31 0 13 FF 33 3D
Octal 203 152 316 44 61 0 23 377 63 75
Binary 10000011 1101010 11001110 100100 110001 0 10011 11111111 110011 111101

Color Harmonies of #836ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836ACE

Black with #836ACE

Text Example


Text Example

White with #836ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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