Html Css Color HEX #834ECB Amethyst

📋 copy color: '#834ECB'

red 131 ◦ green 78 ◦ blue 203

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

Shades of Amethyst #834ECB

Tints of Amethyst #834ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.93%

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

R = 31.8%
G = 18.93%
B = 49.27%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#834ECB (or 0x834ECB) is known color: Amethyst. HEX triplet: 83, 4E and CB. RGB value is (131,78,203). Sum of RGB (Red+Green+Blue) = 131+78+203=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #834ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834ECB is #7CB134. Grayscale: #6B6B6B. Windows color (decimal): -8171829 or 13323907. OLE color: 13323907.

HSL color Cylindrical-coordinate representation of color #834ECB: hue angle of 265.44º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #834ECB is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 78 203 -
CMYK 0.35 0.62 0 0.20
HSL 265.44º 0.55% 0.55% -
HSV(B) 265.44º 0.62% 0.8% -
XYZ 22.86 14.59 58.11 -
YUV 108.1 181.56 144.34 -
System Red Green Blue C M Y K H S L
Decimal 131 78 203 0.35 0.62 0 0.20 265.44 0.55 0.55
Hex 83 4E CB 23 3E 0 14 109 37 37
Octal 203 116 313 43 76 0 24 411 67 67
Binary 10000011 1001110 11001011 100011 111110 0 10100 100001001 110111 110111

Color Harmonies of #834ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834ECB

Black with #834ECB

Text Example


Text Example

White with #834ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834ECB; }

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

 H1.HeaderClassName
 {
   color: #834ECB;
 }
 .AnyTagClassName
 {
   color: #834ECB;
 }
</style>

background-color css

<style>
 a { background-color: #834ECB; }

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

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

border-color css

<style>
 span { border-color: #834ECB; }

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

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