Html Css Color HEX #945CCB Amethyst

📋 copy color: '#945CCB'

red 148 ◦ green 92 ◦ blue 203

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

Shades of Amethyst #945CCB

Tints of Amethyst #945CCB

RGB

 RED value IS 148 (58.2% from 255) = 33.41%

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

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

R = 33.41%
G = 20.77%
B = 45.82%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#945CCB (or 0x945CCB) is known color: Amethyst. HEX triplet: 94, 5C and CB. RGB value is (148,92,203). Sum of RGB (Red+Green+Blue) = 148+92+203=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #945CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945CCB is #6BA334. Grayscale: #797979. Windows color (decimal): -7054133 or 13327508. OLE color: 13327508.

HSL color Cylindrical-coordinate representation of color #945CCB: hue angle of 270.27º 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 #945CCB is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 92 203 -
CMYK 0.27 0.55 0 0.20
HSL 270.27º 0.52% 0.58% -
HSV(B) 270.27º 0.55% 0.8% -
XYZ 26.82 18.26 58.61 -
YUV 121.4 174.05 146.97 -
System Red Green Blue C M Y K H S L
Decimal 148 92 203 0.27 0.55 0 0.20 270.27 0.52 0.58
Hex 94 5C CB 1B 37 0 14 10E 34 3A
Octal 224 134 313 33 67 0 24 416 64 72
Binary 10010100 1011100 11001011 11011 110111 0 10100 100001110 110100 111010

Color Harmonies of #945CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945CCB

Black with #945CCB

Text Example


Text Example

White with #945CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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