Html Css Color HEX #835ECC True V

📋 copy color: '#835ECC'

red 131 ◦ green 94 ◦ blue 204

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

Shades of True V #835ECC

Tints of True V #835ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.91%

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

R = 30.54%
G = 21.91%
B = 47.55%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#835ECC (or 0x835ECC) is known color: True V. HEX triplet: 83, 5E and CC. RGB value is (131,94,204). Sum of RGB (Red+Green+Blue) = 131+94+204=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #835ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835ECC is #7CA133. Grayscale: #757575. Windows color (decimal): -8167732 or 13393539. OLE color: 13393539.

HSL color Cylindrical-coordinate representation of color #835ECC: hue angle of 260.18º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #835ECC is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 94 204 -
CMYK 0.36 0.54 0 0.2
HSL 260.18º 0.52% 0.58% -
HSV(B) 260.18º 0.54% 0.8% -
XYZ 24.26 17.19 59.17 -
YUV 117.6 176.76 137.56 -
System Red Green Blue C M Y K H S L
Decimal 131 94 204 0.36 0.54 0 0.2 260.18 0.52 0.58
Hex 83 5E CC 24 36 0 14 104 34 3A
Octal 203 136 314 44 66 0 24 404 64 72
Binary 10000011 1011110 11001100 100100 110110 0 10100 100000100 110100 111010

Color Harmonies of #835ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835ECC

Black with #835ECC

Text Example


Text Example

White with #835ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835ECC; }

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

 H1.HeaderClassName
 {
   color: #835ECC;
 }
 .AnyTagClassName
 {
   color: #835ECC;
 }
</style>

background-color css

<style>
 a { background-color: #835ECC; }

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

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

border-color css

<style>
 span { border-color: #835ECC; }

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

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