Html Css Color HEX #9833AC Dark Orchid

📋 copy color: '#9833AC'

red 152 ◦ green 51 ◦ blue 172

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

Shades of Dark Orchid #9833AC

Tints of Dark Orchid #9833AC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.6%

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

R = 40.53%
G = 13.6%
B = 45.87%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9833AC (or 0x9833AC) is known color: Dark Orchid. HEX triplet: 98, 33 and AC. RGB value is (152,51,172). Sum of RGB (Red+Green+Blue) = 152+51+172=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #9833AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9833AC is #67CC53. Grayscale: #5E5E5E. Windows color (decimal): -6802516 or 11285400. OLE color: 11285400.

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

Color convert

RGB 152 51 172 -
CMYK 0.12 0.70 0 0.33
HSL 290.08º 0.54% 0.44% -
HSV(B) 290.08º 0.7% 0.67% -
XYZ 21.58 12.02 40.21 -
YUV 94.99 171.46 168.66 -
System Red Green Blue C M Y K H S L
Decimal 152 51 172 0.12 0.70 0 0.33 290.08 0.54 0.44
Hex 98 33 AC C 46 0 21 122 36 2C
Octal 230 63 254 14 106 0 41 442 66 54
Binary 10011000 110011 10101100 1100 1000110 0 100001 100100010 110110 101100

Color Harmonies of #9833AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9833AC

Black with #9833AC

Text Example


Text Example

White with #9833AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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