Html Css Color HEX #9D2FDF Dark Orchid

📋 copy color: '#9D2FDF'

red 157 ◦ green 47 ◦ blue 223

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

Shades of Dark Orchid #9D2FDF

Tints of Dark Orchid #9D2FDF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.01%

 BLUE value IS 223 (87.5% from 255) = 52.22%

R = 36.77%
G = 11.01%
B = 52.22%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D2FDF (or 0x9D2FDF) is known color: Dark Orchid. HEX triplet: 9D, 2F and DF. RGB value is (157,47,223). Sum of RGB (Red+Green+Blue) = 157+47+223=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D2FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2FDF is #62D020. Grayscale: #636363. Windows color (decimal): -6475809 or 14626717. OLE color: 14626717.

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

Color convert

RGB 157 47 223 -
CMYK 0.30 0.79 0 0.13
HSL 277.5º 0.73% 0.53% -
HSV(B) 277.5º 0.79% 0.87% -
XYZ 28.24 14.53 71.13 -
YUV 99.95 197.44 168.69 -
System Red Green Blue C M Y K H S L
Decimal 157 47 223 0.30 0.79 0 0.13 277.5 0.73 0.53
Hex 9D 2F DF 1E 4F 0 D 116 49 35
Octal 235 57 337 36 117 0 15 426 111 65
Binary 10011101 101111 11011111 11110 1001111 0 1101 100010110 1001001 110101

Color Harmonies of #9D2FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2FDF

Black with #9D2FDF

Text Example


Text Example

White with #9D2FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,47,223); }

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

background-color css

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

 a { background-color: rgb(157,47,223); }

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

border-color css

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

 span { border-color: rgb(157,47,223); }

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