Html Css Color HEX #9832AC Dark Orchid

📋 copy color: '#9832AC'

red 152 ◦ green 50 ◦ blue 172

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

Shades of Dark Orchid #9832AC

Tints of Dark Orchid #9832AC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.37%

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

R = 40.64%
G = 13.37%
B = 45.99%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9832AC (or 0x9832AC) is known color: Dark Orchid. HEX triplet: 98, 32 and AC. RGB value is (152,50,172). Sum of RGB (Red+Green+Blue) = 152+50+172=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #9832AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9832AC is #67CD53. Grayscale: #5E5E5E. Windows color (decimal): -6802772 or 11285144. OLE color: 11285144.

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

Color convert

RGB 152 50 172 -
CMYK 0.12 0.71 0 0.33
HSL 290.16º 0.55% 0.44% -
HSV(B) 290.16º 0.71% 0.67% -
XYZ 21.54 11.94 40.2 -
YUV 94.41 171.79 169.08 -
System Red Green Blue C M Y K H S L
Decimal 152 50 172 0.12 0.71 0 0.33 290.16 0.55 0.44
Hex 98 32 AC C 47 0 21 122 37 2C
Octal 230 62 254 14 107 0 41 442 67 54
Binary 10011000 110010 10101100 1100 1000111 0 100001 100100010 110111 101100

Color Harmonies of #9832AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9832AC

Black with #9832AC

Text Example


Text Example

White with #9832AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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