Html Css Color HEX #9D38AC Dark Orchid

📋 copy color: '#9D38AC'

red 157 ◦ green 56 ◦ blue 172

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

Shades of Dark Orchid #9D38AC

Tints of Dark Orchid #9D38AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.55%

 BLUE value IS 172 (67.58% from 255) = 44.68%

R = 40.78%
G = 14.55%
B = 44.68%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D38AC (or 0x9D38AC) is known color: Dark Orchid. HEX triplet: 9D, 38 and AC. RGB value is (157,56,172). Sum of RGB (Red+Green+Blue) = 157+56+172=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D38AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D38AC is #62C753. Grayscale: #636363. Windows color (decimal): -6473556 or 11286685. OLE color: 11286685.

HSL color Cylindrical-coordinate representation of color #9D38AC: hue angle of 292.24º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D38AC is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 56 172 -
CMYK 0.09 0.67 0 0.33
HSL 292.24º 0.51% 0.45% -
HSV(B) 292.24º 0.67% 0.67% -
XYZ 22.77 12.98 40.33 -
YUV 99.42 168.96 169.07 -
System Red Green Blue C M Y K H S L
Decimal 157 56 172 0.09 0.67 0 0.33 292.24 0.51 0.45
Hex 9D 38 AC 9 43 0 21 124 33 2D
Octal 235 70 254 11 103 0 41 444 63 55
Binary 10011101 111000 10101100 1001 1000011 0 100001 100100100 110011 101101

Color Harmonies of #9D38AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D38AC

Black with #9D38AC

Text Example


Text Example

White with #9D38AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,56,172); }

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

background-color css

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

 a { background-color: rgb(157,56,172); }

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

border-color css

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

 span { border-color: rgb(157,56,172); }

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