Html Css Color HEX #9D2FCB Dark Orchid

📋 copy color: '#9D2FCB'

red 157 ◦ green 47 ◦ blue 203

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

Shades of Dark Orchid #9D2FCB

Tints of Dark Orchid #9D2FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.88%

R = 38.57%
G = 11.55%
B = 49.88%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9D2FCB (or 0x9D2FCB) is known color: Dark Orchid. HEX triplet: 9D, 2F and CB. RGB value is (157,47,203). Sum of RGB (Red+Green+Blue) = 157+47+203=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D2FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2FCB is #62D034. Grayscale: #616161. Windows color (decimal): -6475829 or 13315997. OLE color: 13315997.

HSL color Cylindrical-coordinate representation of color #9D2FCB: hue angle of 282.31º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D2FCB is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 47 203 -
CMYK 0.23 0.77 0 0.20
HSL 282.31º 0.62% 0.49% -
HSV(B) 282.31º 0.77% 0.8% -
XYZ 25.7 13.51 57.75 -
YUV 97.67 187.44 170.32 -
System Red Green Blue C M Y K H S L
Decimal 157 47 203 0.23 0.77 0 0.20 282.31 0.62 0.49
Hex 9D 2F CB 17 4D 0 14 11A 3E 31
Octal 235 57 313 27 115 0 24 432 76 61
Binary 10011101 101111 11001011 10111 1001101 0 10100 100011010 111110 110001

Color Harmonies of #9D2FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2FCB

Black with #9D2FCB

Text Example


Text Example

White with #9D2FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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