Html Css Color HEX #9D2BDE Dark Orchid

📋 copy color: '#9D2BDE'

red 157 ◦ green 43 ◦ blue 222

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

Shades of Dark Orchid #9D2BDE

Tints of Dark Orchid #9D2BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.61%

R = 37.2%
G = 10.19%
B = 52.61%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D2BDE (or 0x9D2BDE) is known color: Dark Orchid. HEX triplet: 9D, 2B and DE. RGB value is (157,43,222). Sum of RGB (Red+Green+Blue) = 157+43+222=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D2BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2BDE is #62D421. Grayscale: #606060. Windows color (decimal): -6476834 or 14560157. OLE color: 14560157.

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

Color convert

RGB 157 43 222 -
CMYK 0.29 0.81 0 0.13
HSL 278.21º 0.73% 0.52% -
HSV(B) 278.21º 0.81% 0.87% -
XYZ 27.95 14.17 70.37 -
YUV 97.49 198.27 170.45 -
System Red Green Blue C M Y K H S L
Decimal 157 43 222 0.29 0.81 0 0.13 278.21 0.73 0.52
Hex 9D 2B DE 1D 51 0 D 116 49 34
Octal 235 53 336 35 121 0 15 426 111 64
Binary 10011101 101011 11011110 11101 1010001 0 1101 100010110 1001001 110100

Color Harmonies of #9D2BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2BDE

Black with #9D2BDE

Text Example


Text Example

White with #9D2BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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