Html Css Color HEX #9D2BAC Dark Orchid

📋 copy color: '#9D2BAC'

red 157 ◦ green 43 ◦ blue 172

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

Shades of Dark Orchid #9D2BAC

Tints of Dark Orchid #9D2BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.24%

R = 42.2%
G = 11.56%
B = 46.24%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D2BAC (or 0x9D2BAC) is known color: Dark Orchid. HEX triplet: 9D, 2B and AC. RGB value is (157,43,172). Sum of RGB (Red+Green+Blue) = 157+43+172=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D2BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2BAC is #62D453. Grayscale: #5B5B5B. Windows color (decimal): -6476884 or 11283357. OLE color: 11283357.

HSL color Cylindrical-coordinate representation of color #9D2BAC: hue angle of 293.02º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D2BAC is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 43 172 -
CMYK 0.09 0.75 0 0.33
HSL 293.02º 0.6% 0.42% -
HSV(B) 293.02º 0.75% 0.67% -
XYZ 22.21 11.87 40.15 -
YUV 91.79 173.27 174.51 -
System Red Green Blue C M Y K H S L
Decimal 157 43 172 0.09 0.75 0 0.33 293.02 0.6 0.42
Hex 9D 2B AC 9 4B 0 21 125 3C 2A
Octal 235 53 254 11 113 0 41 445 74 52
Binary 10011101 101011 10101100 1001 1001011 0 100001 100100101 111100 101010

Color Harmonies of #9D2BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2BAC

Black with #9D2BAC

Text Example


Text Example

White with #9D2BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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