Html Css Color HEX #9838AC Dark Orchid

📋 copy color: '#9838AC'

red 152 ◦ green 56 ◦ blue 172

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

Shades of Dark Orchid #9838AC

Tints of Dark Orchid #9838AC

RGB

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

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

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

R = 40%
G = 14.74%
B = 45.26%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9838AC (or 0x9838AC) is known color: Dark Orchid. HEX triplet: 98, 38 and AC. RGB value is (152,56,172). Sum of RGB (Red+Green+Blue) = 152+56+172=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #9838AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9838AC is #67C753. Grayscale: #616161. Windows color (decimal): -6801236 or 11286680. OLE color: 11286680.

HSL color Cylindrical-coordinate representation of color #9838AC: hue angle of 289.66º 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 #9838AC is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 56 172 -
CMYK 0.12 0.67 0 0.33
HSL 289.66º 0.51% 0.45% -
HSV(B) 289.66º 0.67% 0.67% -
XYZ 21.81 12.48 40.29 -
YUV 97.93 169.8 166.57 -
System Red Green Blue C M Y K H S L
Decimal 152 56 172 0.12 0.67 0 0.33 289.66 0.51 0.45
Hex 98 38 AC C 43 0 21 122 33 2D
Octal 230 70 254 14 103 0 41 442 63 55
Binary 10011000 111000 10101100 1100 1000011 0 100001 100100010 110011 101101

Color Harmonies of #9838AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9838AC

Black with #9838AC

Text Example


Text Example

White with #9838AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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