Html Css Color HEX #9D31DD Dark Orchid

📋 copy color: '#9D31DD'

red 157 ◦ green 49 ◦ blue 221

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

Shades of Dark Orchid #9D31DD

Tints of Dark Orchid #9D31DD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.48%

 BLUE value IS 221 (86.72% from 255) = 51.76%

R = 36.77%
G = 11.48%
B = 51.76%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D31DD (or 0x9D31DD) is known color: Dark Orchid. HEX triplet: 9D, 31 and DD. RGB value is (157,49,221). Sum of RGB (Red+Green+Blue) = 157+49+221=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D31DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D31DD is #62CE22. Grayscale: #646464. Windows color (decimal): -6475299 or 14496157. OLE color: 14496157.

HSL color Cylindrical-coordinate representation of color #9D31DD: hue angle of 277.67º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D31DD is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 49 221 -
CMYK 0.29 0.78 0 0.13
HSL 277.67º 0.72% 0.53% -
HSV(B) 277.67º 0.78% 0.87% -
XYZ 28.05 14.59 69.74 -
YUV 100.9 195.78 168.01 -
System Red Green Blue C M Y K H S L
Decimal 157 49 221 0.29 0.78 0 0.13 277.67 0.72 0.53
Hex 9D 31 DD 1D 4E 0 D 116 48 35
Octal 235 61 335 35 116 0 15 426 110 65
Binary 10011101 110001 11011101 11101 1001110 0 1101 100010110 1001000 110101

Color Harmonies of #9D31DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D31DD

Black with #9D31DD

Text Example


Text Example

White with #9D31DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,49,221); }

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

background-color css

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

 a { background-color: rgb(157,49,221); }

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

border-color css

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

 span { border-color: rgb(157,49,221); }

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