Html Css Color HEX #5E1A97 Kingfisher Daisy

📋 copy color: '#5E1A97'

red 94 ◦ green 26 ◦ blue 151

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

Shades of Kingfisher Daisy #5E1A97

Tints of Kingfisher Daisy #5E1A97

RGB

 RED value IS 94 (37.11% from 255) = 34.69%

 GREEN value IS 26 (10.55% from 255) = 9.59%

 BLUE value IS 151 (59.38% from 255) = 55.72%

R = 34.69%
G = 9.59%
B = 55.72%

CMYK

 C value IS 0.38

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5E1A97 (or 0x5E1A97) is known color: Kingfisher Daisy. HEX triplet: 5E, 1A and 97. RGB value is (94,26,151). Sum of RGB (Red+Green+Blue) = 94+26+151=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #5E1A97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1A97 is #A1E568. Grayscale: #3C3C3C. Windows color (decimal): -10610025 or 9902686. OLE color: 9902686.

HSL color Cylindrical-coordinate representation of color #5E1A97: hue angle of 272.64º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E1A97 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 94 26 151 -
CMYK 0.38 0.83 0 0.41
HSL 272.64º 0.71% 0.35% -
HSV(B) 272.64º 0.83% 0.59% -
XYZ 10.57 5.35 29.75 -
YUV 60.58 179.03 151.84 -
System Red Green Blue C M Y K H S L
Decimal 94 26 151 0.38 0.83 0 0.41 272.64 0.71 0.35
Hex 5E 1A 97 26 53 0 29 111 47 23
Octal 136 32 227 46 123 0 51 421 107 43
Binary 1011110 11010 10010111 100110 1010011 0 101001 100010001 1000111 100011

Color Harmonies of #5E1A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1A97

Black with #5E1A97

Text Example


Text Example

White with #5E1A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E1A97; }

 p { color: rgb(94,26,151); }

 H1.HeaderClassName
 {
   color: #5E1A97;
 }
 .AnyTagClassName
 {
   color: #5E1A97;
 }
</style>

background-color css

<style>
 a { background-color: #5E1A97; }

 a { background-color: rgb(94,26,151); }

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

border-color css

<style>
 span { border-color: #5E1A97; }

 span { border-color: rgb(94,26,151); }

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