Html Css Color HEX #9D1ECF Dark Orchid

📋 copy color: '#9D1ECF'

red 157 ◦ green 30 ◦ blue 207

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

Shades of Dark Orchid #9D1ECF

Tints of Dark Orchid #9D1ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.54%

R = 39.85%
G = 7.61%
B = 52.54%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9D1ECF (or 0x9D1ECF) is known color: Dark Orchid. HEX triplet: 9D, 1E and CF. RGB value is (157,30,207). Sum of RGB (Red+Green+Blue) = 157+30+207=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D1ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1ECF is #62E130. Grayscale: #575757. Windows color (decimal): -6480177 or 13573789. OLE color: 13573789.

HSL color Cylindrical-coordinate representation of color #9D1ECF: hue angle of 283.05º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D1ECF is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 157 30 207 -
CMYK 0.24 0.86 0 0.19
HSL 283.05º 0.75% 0.46% -
HSV(B) 283.05º 0.86% 0.81% -
XYZ 25.63 12.6 60.11 -
YUV 88.15 195.08 177.11 -
System Red Green Blue C M Y K H S L
Decimal 157 30 207 0.24 0.86 0 0.19 283.05 0.75 0.46
Hex 9D 1E CF 18 56 0 13 11B 4B 2E
Octal 235 36 317 30 126 0 23 433 113 56
Binary 10011101 11110 11001111 11000 1010110 0 10011 100011011 1001011 101110

Color Harmonies of #9D1ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1ECF

Black with #9D1ECF

Text Example


Text Example

White with #9D1ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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