Html Css Color HEX #9D2EAB Dark Orchid

📋 copy color: '#9D2EAB'

red 157 ◦ green 46 ◦ blue 171

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

Shades of Dark Orchid #9D2EAB

Tints of Dark Orchid #9D2EAB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.3%

 BLUE value IS 171 (67.19% from 255) = 45.72%

R = 41.98%
G = 12.3%
B = 45.72%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D2EAB (or 0x9D2EAB) is known color: Dark Orchid. HEX triplet: 9D, 2E and AB. RGB value is (157,46,171). Sum of RGB (Red+Green+Blue) = 157+46+171=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D2EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2EAB is #62D154. Grayscale: #5D5D5D. Windows color (decimal): -6476117 or 11218589. OLE color: 11218589.

HSL color Cylindrical-coordinate representation of color #9D2EAB: hue angle of 293.28º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D2EAB is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 46 171 -
CMYK 0.08 0.73 0 0.33
HSL 293.28º 0.58% 0.43% -
HSV(B) 293.28º 0.73% 0.67% -
XYZ 22.23 12.06 39.68 -
YUV 93.44 171.77 173.34 -
System Red Green Blue C M Y K H S L
Decimal 157 46 171 0.08 0.73 0 0.33 293.28 0.58 0.43
Hex 9D 2E AB 8 49 0 21 125 3A 2B
Octal 235 56 253 10 111 0 41 445 72 53
Binary 10011101 101110 10101011 1000 1001001 0 100001 100100101 111010 101011

Color Harmonies of #9D2EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2EAB

Black with #9D2EAB

Text Example


Text Example

White with #9D2EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,46,171); }

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

background-color css

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

 a { background-color: rgb(157,46,171); }

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

border-color css

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

 span { border-color: rgb(157,46,171); }

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