Html Css Color HEX #931ED0 Dark Orchid

📋 copy color: '#931ED0'

red 147 ◦ green 30 ◦ blue 208

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

Shades of Dark Orchid #931ED0

Tints of Dark Orchid #931ED0

RGB

 RED value IS 147 (57.81% from 255) = 38.18%

 GREEN value IS 30 (12.11% from 255) = 7.79%

 BLUE value IS 208 (81.64% from 255) = 54.03%

R = 38.18%
G = 7.79%
B = 54.03%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#931ED0 (or 0x931ED0) is known color: Dark Orchid. HEX triplet: 93, 1E and D0. RGB value is (147,30,208). Sum of RGB (Red+Green+Blue) = 147+30+208=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #931ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931ED0 is #6CE12F. Grayscale: #545454. Windows color (decimal): -7135536 or 13639315. OLE color: 13639315.

HSL color Cylindrical-coordinate representation of color #931ED0: hue angle of 279.44º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931ED0 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 147 30 208 -
CMYK 0.29 0.86 0 0.18
HSL 279.44º 0.75% 0.47% -
HSV(B) 279.44º 0.86% 0.82% -
XYZ 23.88 11.69 60.67 -
YUV 85.28 197.26 172.03 -
System Red Green Blue C M Y K H S L
Decimal 147 30 208 0.29 0.86 0 0.18 279.44 0.75 0.47
Hex 93 1E D0 1D 56 0 12 117 4B 2F
Octal 223 36 320 35 126 0 22 427 113 57
Binary 10010011 11110 11010000 11101 1010110 0 10010 100010111 1001011 101111

Color Harmonies of #931ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931ED0

Black with #931ED0

Text Example


Text Example

White with #931ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931ED0; }

 p { color: rgb(147,30,208); }

 H1.HeaderClassName
 {
   color: #931ED0;
 }
 .AnyTagClassName
 {
   color: #931ED0;
 }
</style>

background-color css

<style>
 a { background-color: #931ED0; }

 a { background-color: rgb(147,30,208); }

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

border-color css

<style>
 span { border-color: #931ED0; }

 span { border-color: rgb(147,30,208); }

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