Html Css Color HEX #9D2CBB Dark Orchid

📋 copy color: '#9D2CBB'

red 157 ◦ green 44 ◦ blue 187

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

Shades of Dark Orchid #9D2CBB

Tints of Dark Orchid #9D2CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.34%

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

R = 40.46%
G = 11.34%
B = 48.2%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D2CBB (or 0x9D2CBB) is known color: Dark Orchid. HEX triplet: 9D, 2C and BB. RGB value is (157,44,187). Sum of RGB (Red+Green+Blue) = 157+44+187=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D2CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2CBB is #62D344. Grayscale: #5D5D5D. Windows color (decimal): -6476613 or 12266653. OLE color: 12266653.

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

Color convert

RGB 157 44 187 -
CMYK 0.16 0.76 0 0.27
HSL 287.41º 0.62% 0.45% -
HSV(B) 287.41º 0.76% 0.73% -
XYZ 23.77 12.56 48.18 -
YUV 94.09 180.44 172.87 -
System Red Green Blue C M Y K H S L
Decimal 157 44 187 0.16 0.76 0 0.27 287.41 0.62 0.45
Hex 9D 2C BB 10 4C 0 1B 11F 3E 2D
Octal 235 54 273 20 114 0 33 437 76 55
Binary 10011101 101100 10111011 10000 1001100 0 11011 100011111 111110 101101

Color Harmonies of #9D2CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2CBB

Black with #9D2CBB

Text Example


Text Example

White with #9D2CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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