Html Css Color HEX #9D2BDC Dark Orchid

📋 copy color: '#9D2BDC'

red 157 ◦ green 43 ◦ blue 220

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

Shades of Dark Orchid #9D2BDC

Tints of Dark Orchid #9D2BDC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.24%

 BLUE value IS 220 (86.33% from 255) = 52.38%

R = 37.38%
G = 10.24%
B = 52.38%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D2BDC (or 0x9D2BDC) is known color: Dark Orchid. HEX triplet: 9D, 2B and DC. RGB value is (157,43,220). Sum of RGB (Red+Green+Blue) = 157+43+220=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 43 (17.19% from 255 or 10.24% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D2BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2BDC is #62D423. Grayscale: #606060. Windows color (decimal): -6476836 or 14429085. OLE color: 14429085.

HSL color Cylindrical-coordinate representation of color #9D2BDC: hue angle of 278.64º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D2BDC is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 43 220 -
CMYK 0.29 0.80 0 0.14
HSL 278.64º 0.72% 0.52% -
HSV(B) 278.64º 0.8% 0.86% -
XYZ 27.69 14.06 68.97 -
YUV 97.26 197.27 170.61 -
System Red Green Blue C M Y K H S L
Decimal 157 43 220 0.29 0.80 0 0.14 278.64 0.72 0.52
Hex 9D 2B DC 1D 50 0 E 117 48 34
Octal 235 53 334 35 120 0 16 427 110 64
Binary 10011101 101011 11011100 11101 1010000 0 1110 100010111 1001000 110100

Color Harmonies of #9D2BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2BDC

Black with #9D2BDC

Text Example


Text Example

White with #9D2BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,43,220); }

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

background-color css

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

 a { background-color: rgb(157,43,220); }

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

border-color css

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

 span { border-color: rgb(157,43,220); }

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