Html Css Color HEX #935CCB Amethyst

📋 copy color: '#935CCB'

red 147 ◦ green 92 ◦ blue 203

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

Shades of Amethyst #935CCB

Tints of Amethyst #935CCB

RGB

 RED value IS 147 (57.81% from 255) = 33.26%

 GREEN value IS 92 (36.33% from 255) = 20.81%

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

R = 33.26%
G = 20.81%
B = 45.93%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#935CCB (or 0x935CCB) is known color: Amethyst. HEX triplet: 93, 5C and CB. RGB value is (147,92,203). Sum of RGB (Red+Green+Blue) = 147+92+203=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #935CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CCB is #6CA334. Grayscale: #787878. Windows color (decimal): -7119669 or 13327507. OLE color: 13327507.

HSL color Cylindrical-coordinate representation of color #935CCB: hue angle of 269.73º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #935CCB is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 92 203 -
CMYK 0.28 0.55 0 0.20
HSL 269.73º 0.52% 0.58% -
HSV(B) 269.73º 0.55% 0.8% -
XYZ 26.64 18.17 58.6 -
YUV 121.1 174.22 146.47 -
System Red Green Blue C M Y K H S L
Decimal 147 92 203 0.28 0.55 0 0.20 269.73 0.52 0.58
Hex 93 5C CB 1C 37 0 14 10E 34 3A
Octal 223 134 313 34 67 0 24 416 64 72
Binary 10010011 1011100 11001011 11100 110111 0 10100 100001110 110100 111010

Color Harmonies of #935CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935CCB

Black with #935CCB

Text Example


Text Example

White with #935CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935CCB; }

 p { color: rgb(147,92,203); }

 H1.HeaderClassName
 {
   color: #935CCB;
 }
 .AnyTagClassName
 {
   color: #935CCB;
 }
</style>

background-color css

<style>
 a { background-color: #935CCB; }

 a { background-color: rgb(147,92,203); }

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

border-color css

<style>
 span { border-color: #935CCB; }

 span { border-color: rgb(147,92,203); }

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