Html Css Color HEX #915BCB Amethyst

📋 copy color: '#915BCB'

red 145 ◦ green 91 ◦ blue 203

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

Shades of Amethyst #915BCB

Tints of Amethyst #915BCB

RGB

 RED value IS 145 (57.03% from 255) = 33.03%

 GREEN value IS 91 (35.94% from 255) = 20.73%

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

R = 33.03%
G = 20.73%
B = 46.24%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#915BCB (or 0x915BCB) is known color: Amethyst. HEX triplet: 91, 5B and CB. RGB value is (145,91,203). Sum of RGB (Red+Green+Blue) = 145+91+203=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #915BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915BCB is #6EA434. Grayscale: #777777. Windows color (decimal): -7250997 or 13327249. OLE color: 13327249.

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

Color convert

RGB 145 91 203 -
CMYK 0.29 0.55 0 0.20
HSL 268.93º 0.52% 0.58% -
HSV(B) 268.93º 0.55% 0.8% -
XYZ 26.2 17.81 58.56 -
YUV 119.91 174.89 145.89 -
System Red Green Blue C M Y K H S L
Decimal 145 91 203 0.29 0.55 0 0.20 268.93 0.52 0.58
Hex 91 5B CB 1D 37 0 14 10D 34 3A
Octal 221 133 313 35 67 0 24 415 64 72
Binary 10010001 1011011 11001011 11101 110111 0 10100 100001101 110100 111010

Color Harmonies of #915BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915BCB

Black with #915BCB

Text Example


Text Example

White with #915BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915BCB; }

 p { color: rgb(145,91,203); }

 H1.HeaderClassName
 {
   color: #915BCB;
 }
 .AnyTagClassName
 {
   color: #915BCB;
 }
</style>

background-color css

<style>
 a { background-color: #915BCB; }

 a { background-color: rgb(145,91,203); }

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

border-color css

<style>
 span { border-color: #915BCB; }

 span { border-color: rgb(145,91,203); }

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