Html Css Color HEX #9D3AD0 Dark Orchid

📋 copy color: '#9D3AD0'

red 157 ◦ green 58 ◦ blue 208

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

Shades of Dark Orchid #9D3AD0

Tints of Dark Orchid #9D3AD0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.71%

 BLUE value IS 208 (81.64% from 255) = 49.17%

R = 37.12%
G = 13.71%
B = 49.17%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9D3AD0 (or 0x9D3AD0) is known color: Dark Orchid. HEX triplet: 9D, 3A and D0. RGB value is (157,58,208). Sum of RGB (Red+Green+Blue) = 157+58+208=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #9D3AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3AD0 is #62C52F. Grayscale: #686868. Windows color (decimal): -6473008 or 13646493. OLE color: 13646493.

HSL color Cylindrical-coordinate representation of color #9D3AD0: hue angle of 279.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D3AD0 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 157 58 208 -
CMYK 0.25 0.72 0 0.18
HSL 279.6º 0.61% 0.52% -
HSV(B) 279.6º 0.72% 0.82% -
XYZ 26.8 14.75 61.11 -
YUV 104.7 186.3 165.3 -
System Red Green Blue C M Y K H S L
Decimal 157 58 208 0.25 0.72 0 0.18 279.6 0.61 0.52
Hex 9D 3A D0 19 48 0 12 118 3D 34
Octal 235 72 320 31 110 0 22 430 75 64
Binary 10011101 111010 11010000 11001 1001000 0 10010 100011000 111101 110100

Color Harmonies of #9D3AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3AD0

Black with #9D3AD0

Text Example


Text Example

White with #9D3AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,58,208); }

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

background-color css

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

 a { background-color: rgb(157,58,208); }

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

border-color css

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

 span { border-color: rgb(157,58,208); }

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