Html Css Color HEX #9D3BCE Dark Orchid

📋 copy color: '#9D3BCE'

red 157 ◦ green 59 ◦ blue 206

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

Shades of Dark Orchid #9D3BCE

Tints of Dark Orchid #9D3BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.82%

R = 37.2%
G = 13.98%
B = 48.82%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9D3BCE (or 0x9D3BCE) is known color: Dark Orchid. HEX triplet: 9D, 3B and CE. RGB value is (157,59,206). Sum of RGB (Red+Green+Blue) = 157+59+206=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D3BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3BCE is #62C431. Grayscale: #686868. Windows color (decimal): -6472754 or 13515677. OLE color: 13515677.

HSL color Cylindrical-coordinate representation of color #9D3BCE: hue angle of 280º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D3BCE is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 157 59 206 -
CMYK 0.24 0.71 0 0.19
HSL 280º 0.6% 0.52% -
HSV(B) 280º 0.71% 0.81% -
XYZ 26.61 14.75 59.84 -
YUV 105.06 184.97 165.05 -
System Red Green Blue C M Y K H S L
Decimal 157 59 206 0.24 0.71 0 0.19 280 0.6 0.52
Hex 9D 3B CE 18 47 0 13 118 3C 34
Octal 235 73 316 30 107 0 23 430 74 64
Binary 10011101 111011 11001110 11000 1000111 0 10011 100011000 111100 110100

Color Harmonies of #9D3BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3BCE

Black with #9D3BCE

Text Example


Text Example

White with #9D3BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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