Html Css Color HEX #8352CB Amethyst

📋 copy color: '#8352CB'

red 131 ◦ green 82 ◦ blue 203

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

Shades of Amethyst #8352CB

Tints of Amethyst #8352CB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.71%

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

R = 31.49%
G = 19.71%
B = 48.8%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8352CB (or 0x8352CB) is known color: Amethyst. HEX triplet: 83, 52 and CB. RGB value is (131,82,203). Sum of RGB (Red+Green+Blue) = 131+82+203=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #8352CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8352CB is #7CAD34. Grayscale: #6E6E6E. Windows color (decimal): -8170805 or 13324931. OLE color: 13324931.

HSL color Cylindrical-coordinate representation of color #8352CB: hue angle of 264.3º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8352CB is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 82 203 -
CMYK 0.35 0.60 0 0.20
HSL 264.3º 0.54% 0.56% -
HSV(B) 264.3º 0.6% 0.8% -
XYZ 23.16 15.17 58.21 -
YUV 110.45 180.23 142.66 -
System Red Green Blue C M Y K H S L
Decimal 131 82 203 0.35 0.60 0 0.20 264.3 0.54 0.56
Hex 83 52 CB 23 3C 0 14 108 36 38
Octal 203 122 313 43 74 0 24 410 66 70
Binary 10000011 1010010 11001011 100011 111100 0 10100 100001000 110110 111000

Color Harmonies of #8352CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8352CB

Black with #8352CB

Text Example


Text Example

White with #8352CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8352CB; }

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

 H1.HeaderClassName
 {
   color: #8352CB;
 }
 .AnyTagClassName
 {
   color: #8352CB;
 }
</style>

background-color css

<style>
 a { background-color: #8352CB; }

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

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

border-color css

<style>
 span { border-color: #8352CB; }

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

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