Html Css Color HEX #914BD2 Amethyst

📋 copy color: '#914BD2'

red 145 ◦ green 75 ◦ blue 210

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

Shades of Amethyst #914BD2

Tints of Amethyst #914BD2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.44%

 BLUE value IS 210 (82.42% from 255) = 48.84%

R = 33.72%
G = 17.44%
B = 48.84%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#914BD2 (or 0x914BD2) is known color: Amethyst. HEX triplet: 91, 4B and D2. RGB value is (145,75,210). Sum of RGB (Red+Green+Blue) = 145+75+210=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 210 (82.42% from 255 or 48.84% from 430); Max value from RGB is 210 - color contains mainly: blue. Hex color #914BD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914BD2 is #6EB42D. Grayscale: #6E6E6E. Windows color (decimal): -7255086 or 13781905. OLE color: 13781905.

HSL color Cylindrical-coordinate representation of color #914BD2: hue angle of 271.11º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #914BD2 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 145 75 210 -
CMYK 0.31 0.64 0 0.18
HSL 271.11º 0.6% 0.56% -
HSV(B) 271.11º 0.64% 0.82% -
XYZ 25.83 15.71 62.64 -
YUV 111.32 183.69 152.02 -
System Red Green Blue C M Y K H S L
Decimal 145 75 210 0.31 0.64 0 0.18 271.11 0.6 0.56
Hex 91 4B D2 1F 40 0 12 10F 3C 38
Octal 221 113 322 37 100 0 22 417 74 70
Binary 10010001 1001011 11010010 11111 1000000 0 10010 100001111 111100 111000

Color Harmonies of #914BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914BD2

Black with #914BD2

Text Example


Text Example

White with #914BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914BD2; }

 p { color: rgb(145,75,210); }

 H1.HeaderClassName
 {
   color: #914BD2;
 }
 .AnyTagClassName
 {
   color: #914BD2;
 }
</style>

background-color css

<style>
 a { background-color: #914BD2; }

 a { background-color: rgb(145,75,210); }

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

border-color css

<style>
 span { border-color: #914BD2; }

 span { border-color: rgb(145,75,210); }

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