Html Css Color HEX #9831AC Dark Orchid

📋 copy color: '#9831AC'

red 152 ◦ green 49 ◦ blue 172

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

Shades of Dark Orchid #9831AC

Tints of Dark Orchid #9831AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.14%

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

R = 40.75%
G = 13.14%
B = 46.11%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9831AC (or 0x9831AC) is known color: Dark Orchid. HEX triplet: 98, 31 and AC. RGB value is (152,49,172). Sum of RGB (Red+Green+Blue) = 152+49+172=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #9831AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9831AC is #67CE53. Grayscale: #5D5D5D. Windows color (decimal): -6803028 or 11284888. OLE color: 11284888.

HSL color Cylindrical-coordinate representation of color #9831AC: hue angle of 290.24º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9831AC is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 49 172 -
CMYK 0.12 0.72 0 0.33
HSL 290.24º 0.56% 0.43% -
HSV(B) 290.24º 0.72% 0.67% -
XYZ 21.49 11.85 40.18 -
YUV 93.82 172.12 169.5 -
System Red Green Blue C M Y K H S L
Decimal 152 49 172 0.12 0.72 0 0.33 290.24 0.56 0.43
Hex 98 31 AC C 48 0 21 122 38 2B
Octal 230 61 254 14 110 0 41 442 70 53
Binary 10011000 110001 10101100 1100 1001000 0 100001 100100010 111000 101011

Color Harmonies of #9831AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9831AC

Black with #9831AC

Text Example


Text Example

White with #9831AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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