Html Css Color HEX #931ECD Dark Orchid

📋 copy color: '#931ECD'

red 147 ◦ green 30 ◦ blue 205

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

Shades of Dark Orchid #931ECD

Tints of Dark Orchid #931ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.66%

R = 38.48%
G = 7.85%
B = 53.66%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#931ECD (or 0x931ECD) is known color: Dark Orchid. HEX triplet: 93, 1E and CD. RGB value is (147,30,205). Sum of RGB (Red+Green+Blue) = 147+30+205=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #931ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931ECD is #6CE132. Grayscale: #545454. Windows color (decimal): -7135539 or 13442707. OLE color: 13442707.

HSL color Cylindrical-coordinate representation of color #931ECD: hue angle of 280.11º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931ECD is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 30 205 -
CMYK 0.28 0.85 0 0.20
HSL 280.11º 0.74% 0.46% -
HSV(B) 280.11º 0.85% 0.8% -
XYZ 23.52 11.54 58.75 -
YUV 84.93 195.76 172.27 -
System Red Green Blue C M Y K H S L
Decimal 147 30 205 0.28 0.85 0 0.20 280.11 0.74 0.46
Hex 93 1E CD 1C 55 0 14 118 4A 2E
Octal 223 36 315 34 125 0 24 430 112 56
Binary 10010011 11110 11001101 11100 1010101 0 10100 100011000 1001010 101110

Color Harmonies of #931ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931ECD

Black with #931ECD

Text Example


Text Example

White with #931ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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