Html Css Color HEX #835ECD True V

📋 copy color: '#835ECD'

red 131 ◦ green 94 ◦ blue 205

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

Shades of True V #835ECD

Tints of True V #835ECD

RGB

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

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

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

R = 30.47%
G = 21.86%
B = 47.67%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#835ECD (or 0x835ECD) is known color: True V. HEX triplet: 83, 5E and CD. RGB value is (131,94,205). Sum of RGB (Red+Green+Blue) = 131+94+205=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #835ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835ECD is #7CA132. Grayscale: #757575. Windows color (decimal): -8167731 or 13459075. OLE color: 13459075.

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

Color convert

RGB 131 94 205 -
CMYK 0.36 0.54 0 0.20
HSL 260º 0.53% 0.59% -
HSV(B) 260º 0.54% 0.8% -
XYZ 24.38 17.24 59.8 -
YUV 117.72 177.26 137.47 -
System Red Green Blue C M Y K H S L
Decimal 131 94 205 0.36 0.54 0 0.20 260 0.53 0.59
Hex 83 5E CD 24 36 0 14 104 35 3B
Octal 203 136 315 44 66 0 24 404 65 73
Binary 10000011 1011110 11001101 100100 110110 0 10100 100000100 110101 111011

Color Harmonies of #835ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835ECD

Black with #835ECD

Text Example


Text Example

White with #835ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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