Html Css Color HEX #9838AD Dark Orchid

📋 copy color: '#9838AD'

red 152 ◦ green 56 ◦ blue 173

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

Shades of Dark Orchid #9838AD

Tints of Dark Orchid #9838AD

RGB

 RED value IS 152 (59.77% from 255) = 39.9%

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

 BLUE value IS 173 (67.97% from 255) = 45.41%

R = 39.9%
G = 14.7%
B = 45.41%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9838AD (or 0x9838AD) is known color: Dark Orchid. HEX triplet: 98, 38 and AD. RGB value is (152,56,173). Sum of RGB (Red+Green+Blue) = 152+56+173=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #9838AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9838AD is #67C752. Grayscale: #616161. Windows color (decimal): -6801235 or 11352216. OLE color: 11352216.

HSL color Cylindrical-coordinate representation of color #9838AD: hue angle of 289.23º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9838AD is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 56 173 -
CMYK 0.12 0.68 0 0.32
HSL 289.23º 0.51% 0.45% -
HSV(B) 289.23º 0.68% 0.68% -
XYZ 21.91 12.52 40.8 -
YUV 98.04 170.3 166.49 -
System Red Green Blue C M Y K H S L
Decimal 152 56 173 0.12 0.68 0 0.32 289.23 0.51 0.45
Hex 98 38 AD C 44 0 20 121 33 2D
Octal 230 70 255 14 104 0 40 441 63 55
Binary 10011000 111000 10101101 1100 1000100 0 100000 100100001 110011 101101

Color Harmonies of #9838AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9838AD

Black with #9838AD

Text Example


Text Example

White with #9838AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9838AD; }

 p { color: rgb(152,56,173); }

 H1.HeaderClassName
 {
   color: #9838AD;
 }
 .AnyTagClassName
 {
   color: #9838AD;
 }
</style>

background-color css

<style>
 a { background-color: #9838AD; }

 a { background-color: rgb(152,56,173); }

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

border-color css

<style>
 span { border-color: #9838AD; }

 span { border-color: rgb(152,56,173); }

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