Html Css Color HEX #9D1FC0 Dark Orchid

📋 copy color: '#9D1FC0'

red 157 ◦ green 31 ◦ blue 192

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

Shades of Dark Orchid #9D1FC0

Tints of Dark Orchid #9D1FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.53%

R = 41.32%
G = 8.16%
B = 50.53%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D1FC0 (or 0x9D1FC0) is known color: Dark Orchid. HEX triplet: 9D, 1F and C0. RGB value is (157,31,192). Sum of RGB (Red+Green+Blue) = 157+31+192=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #9D1FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1FC0 is #62E03F. Grayscale: #565656. Windows color (decimal): -6479936 or 12591005. OLE color: 12591005.

HSL color Cylindrical-coordinate representation of color #9D1FC0: hue angle of 286.96º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D1FC0 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 31 192 -
CMYK 0.18 0.84 0 0.25
HSL 286.96º 0.72% 0.44% -
HSV(B) 286.96º 0.84% 0.75% -
XYZ 23.91 11.95 50.92 -
YUV 87.03 187.24 177.91 -
System Red Green Blue C M Y K H S L
Decimal 157 31 192 0.18 0.84 0 0.25 286.96 0.72 0.44
Hex 9D 1F C0 12 54 0 19 11F 48 2C
Octal 235 37 300 22 124 0 31 437 110 54
Binary 10011101 11111 11000000 10010 1010100 0 11001 100011111 1001000 101100

Color Harmonies of #9D1FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1FC0

Black with #9D1FC0

Text Example


Text Example

White with #9D1FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,31,192); }

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

background-color css

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

 a { background-color: rgb(157,31,192); }

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

border-color css

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

 span { border-color: rgb(157,31,192); }

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