Html Css Color HEX #834FCB Amethyst

📋 copy color: '#834FCB'

red 131 ◦ green 79 ◦ blue 203

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

Shades of Amethyst #834FCB

Tints of Amethyst #834FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.13%

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

R = 31.72%
G = 19.13%
B = 49.15%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#834FCB (or 0x834FCB) is known color: Amethyst. HEX triplet: 83, 4F and CB. RGB value is (131,79,203). Sum of RGB (Red+Green+Blue) = 131+79+203=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #834FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834FCB is #7CB034. Grayscale: #6C6C6C. Windows color (decimal): -8171573 or 13324163. OLE color: 13324163.

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

Color convert

RGB 131 79 203 -
CMYK 0.35 0.61 0 0.20
HSL 265.16º 0.54% 0.55% -
HSV(B) 265.16º 0.61% 0.8% -
XYZ 22.94 14.73 58.13 -
YUV 108.68 181.23 143.92 -
System Red Green Blue C M Y K H S L
Decimal 131 79 203 0.35 0.61 0 0.20 265.16 0.54 0.55
Hex 83 4F CB 23 3D 0 14 109 36 37
Octal 203 117 313 43 75 0 24 411 66 67
Binary 10000011 1001111 11001011 100011 111101 0 10100 100001001 110110 110111

Color Harmonies of #834FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834FCB

Black with #834FCB

Text Example


Text Example

White with #834FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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