Html Css Color HEX #5D1F8E Kingfisher Daisy

📋 copy color: '#5D1F8E'

red 93 ◦ green 31 ◦ blue 142

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

Shades of Kingfisher Daisy #5D1F8E

Tints of Kingfisher Daisy #5D1F8E

RGB

 RED value IS 93 (36.72% from 255) = 34.96%

 GREEN value IS 31 (12.5% from 255) = 11.65%

 BLUE value IS 142 (55.86% from 255) = 53.38%

R = 34.96%
G = 11.65%
B = 53.38%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5D1F8E (or 0x5D1F8E) is known color: Kingfisher Daisy. HEX triplet: 5D, 1F and 8E. RGB value is (93,31,142). Sum of RGB (Red+Green+Blue) = 93+31+142=266 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.96% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #5D1F8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D1F8E is #A2E071. Grayscale: #3D3D3D. Windows color (decimal): -10674290 or 9314141. OLE color: 9314141.

HSL color Cylindrical-coordinate representation of color #5D1F8E: hue angle of 273.51º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D1F8E is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 93 31 142 -
CMYK 0.35 0.78 0 0.44
HSL 273.51º 0.64% 0.34% -
HSV(B) 273.51º 0.78% 0.56% -
XYZ 9.89 5.26 26.09 -
YUV 62.19 173.04 149.97 -
System Red Green Blue C M Y K H S L
Decimal 93 31 142 0.35 0.78 0 0.44 273.51 0.64 0.34
Hex 5D 1F 8E 23 4E 0 2C 112 40 22
Octal 135 37 216 43 116 0 54 422 100 42
Binary 1011101 11111 10001110 100011 1001110 0 101100 100010010 1000000 100010

Color Harmonies of #5D1F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1F8E

Black with #5D1F8E

Text Example


Text Example

White with #5D1F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,31,142); }

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

background-color css

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

 a { background-color: rgb(93,31,142); }

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

border-color css

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

 span { border-color: rgb(93,31,142); }

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