Html Css Color HEX #9D28BB Dark Orchid

📋 copy color: '#9D28BB'

red 157 ◦ green 40 ◦ blue 187

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

Shades of Dark Orchid #9D28BB

Tints of Dark Orchid #9D28BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.42%

 BLUE value IS 187 (73.44% from 255) = 48.7%

R = 40.89%
G = 10.42%
B = 48.7%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D28BB (or 0x9D28BB) is known color: Dark Orchid. HEX triplet: 9D, 28 and BB. RGB value is (157,40,187). Sum of RGB (Red+Green+Blue) = 157+40+187=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D28BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D28BB is #62D744. Grayscale: #5B5B5B. Windows color (decimal): -6477637 or 12265629. OLE color: 12265629.

HSL color Cylindrical-coordinate representation of color #9D28BB: hue angle of 287.76º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D28BB is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 40 187 -
CMYK 0.16 0.79 0 0.27
HSL 287.76º 0.65% 0.45% -
HSV(B) 287.76º 0.79% 0.73% -
XYZ 23.63 12.27 48.14 -
YUV 91.74 181.76 174.55 -
System Red Green Blue C M Y K H S L
Decimal 157 40 187 0.16 0.79 0 0.27 287.76 0.65 0.45
Hex 9D 28 BB 10 4F 0 1B 120 41 2D
Octal 235 50 273 20 117 0 33 440 101 55
Binary 10011101 101000 10111011 10000 1001111 0 11011 100100000 1000001 101101

Color Harmonies of #9D28BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D28BB

Black with #9D28BB

Text Example


Text Example

White with #9D28BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,40,187); }

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

background-color css

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

 a { background-color: rgb(157,40,187); }

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

border-color css

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

 span { border-color: rgb(157,40,187); }

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