Html Css Color HEX #9D3BCD Dark Orchid

📋 copy color: '#9D3BCD'

red 157 ◦ green 59 ◦ blue 205

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

Shades of Dark Orchid #9D3BCD

Tints of Dark Orchid #9D3BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.01%

 BLUE value IS 205 (80.47% from 255) = 48.69%

R = 37.29%
G = 14.01%
B = 48.69%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9D3BCD (or 0x9D3BCD) is known color: Dark Orchid. HEX triplet: 9D, 3B and CD. RGB value is (157,59,205). Sum of RGB (Red+Green+Blue) = 157+59+205=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D3BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3BCD is #62C432. Grayscale: #686868. Windows color (decimal): -6472755 or 13450141. OLE color: 13450141.

HSL color Cylindrical-coordinate representation of color #9D3BCD: hue angle of 280.27º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D3BCD is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 59 205 -
CMYK 0.23 0.71 0 0.20
HSL 280.27º 0.59% 0.52% -
HSV(B) 280.27º 0.71% 0.8% -
XYZ 26.49 14.7 59.2 -
YUV 104.95 184.47 165.13 -
System Red Green Blue C M Y K H S L
Decimal 157 59 205 0.23 0.71 0 0.20 280.27 0.59 0.52
Hex 9D 3B CD 17 47 0 14 118 3B 34
Octal 235 73 315 27 107 0 24 430 73 64
Binary 10011101 111011 11001101 10111 1000111 0 10100 100011000 111011 110100

Color Harmonies of #9D3BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3BCD

Black with #9D3BCD

Text Example


Text Example

White with #9D3BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,59,205); }

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

background-color css

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

 a { background-color: rgb(157,59,205); }

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

border-color css

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

 span { border-color: rgb(157,59,205); }

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