Html Css Color HEX #9D1EDC Dark Orchid

📋 copy color: '#9D1EDC'

red 157 ◦ green 30 ◦ blue 220

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

Shades of Dark Orchid #9D1EDC

Tints of Dark Orchid #9D1EDC

RGB

 RED value IS 157 (61.72% from 255) = 38.57%

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

 BLUE value IS 220 (86.33% from 255) = 54.05%

R = 38.57%
G = 7.37%
B = 54.05%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D1EDC (or 0x9D1EDC) is known color: Dark Orchid. HEX triplet: 9D, 1E and DC. RGB value is (157,30,220). Sum of RGB (Red+Green+Blue) = 157+30+220=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D1EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1EDC is #62E123. Grayscale: #595959. Windows color (decimal): -6480164 or 14425757. OLE color: 14425757.

HSL color Cylindrical-coordinate representation of color #9D1EDC: hue angle of 280.11º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D1EDC is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 30 220 -
CMYK 0.29 0.86 0 0.14
HSL 280.11º 0.76% 0.49% -
HSV(B) 280.11º 0.86% 0.86% -
XYZ 27.29 13.26 68.83 -
YUV 89.63 201.58 176.05 -
System Red Green Blue C M Y K H S L
Decimal 157 30 220 0.29 0.86 0 0.14 280.11 0.76 0.49
Hex 9D 1E DC 1D 56 0 E 118 4C 31
Octal 235 36 334 35 126 0 16 430 114 61
Binary 10011101 11110 11011100 11101 1010110 0 1110 100011000 1001100 110001

Color Harmonies of #9D1EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1EDC

Black with #9D1EDC

Text Example


Text Example

White with #9D1EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D1EDC; }

 p { color: rgb(157,30,220); }

 H1.HeaderClassName
 {
   color: #9D1EDC;
 }
 .AnyTagClassName
 {
   color: #9D1EDC;
 }
</style>

background-color css

<style>
 a { background-color: #9D1EDC; }

 a { background-color: rgb(157,30,220); }

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

border-color css

<style>
 span { border-color: #9D1EDC; }

 span { border-color: rgb(157,30,220); }

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