Html Css Color HEX #836ACB True V

📋 copy color: '#836ACB'

red 131 ◦ green 106 ◦ blue 203

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

Shades of True V #836ACB

Tints of True V #836ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.14%

R = 29.77%
G = 24.09%
B = 46.14%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#836ACB (or 0x836ACB) is known color: True V. HEX triplet: 83, 6A and CB. RGB value is (131,106,203). Sum of RGB (Red+Green+Blue) = 131+106+203=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #836ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836ACB is #7C9534. Grayscale: #7C7C7C. Windows color (decimal): -8164661 or 13331075. OLE color: 13331075.

HSL color Cylindrical-coordinate representation of color #836ACB: hue angle of 255.46º degrees, saturation: 0.48, 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 #836ACB is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 106 203 -
CMYK 0.35 0.48 0 0.20
HSL 255.46º 0.48% 0.61% -
HSV(B) 255.46º 0.48% 0.8% -
XYZ 25.29 19.45 58.92 -
YUV 124.53 172.28 132.61 -
System Red Green Blue C M Y K H S L
Decimal 131 106 203 0.35 0.48 0 0.20 255.46 0.48 0.61
Hex 83 6A CB 23 30 0 14 FF 30 3D
Octal 203 152 313 43 60 0 24 377 60 75
Binary 10000011 1101010 11001011 100011 110000 0 10100 11111111 110000 111101

Color Harmonies of #836ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836ACB

Black with #836ACB

Text Example


Text Example

White with #836ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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