Html Css Color HEX #9225AC Dark Orchid

📋 copy color: '#9225AC'

red 146 ◦ green 37 ◦ blue 172

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

Shades of Dark Orchid #9225AC

Tints of Dark Orchid #9225AC

RGB

 RED value IS 146 (57.42% from 255) = 41.13%

 GREEN value IS 37 (14.84% from 255) = 10.42%

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

R = 41.13%
G = 10.42%
B = 48.45%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9225AC (or 0x9225AC) is known color: Dark Orchid. HEX triplet: 92, 25 and AC. RGB value is (146,37,172). Sum of RGB (Red+Green+Blue) = 146+37+172=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #9225AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9225AC is #6DDA53. Grayscale: #545454. Windows color (decimal): -7199316 or 11281810. OLE color: 11281810.

HSL color Cylindrical-coordinate representation of color #9225AC: hue angle of 288.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9225AC is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 37 172 -
CMYK 0.15 0.78 0 0.33
HSL 288.44º 0.65% 0.41% -
HSV(B) 288.44º 0.78% 0.67% -
XYZ 19.96 10.41 39.99 -
YUV 84.98 177.11 171.52 -
System Red Green Blue C M Y K H S L
Decimal 146 37 172 0.15 0.78 0 0.33 288.44 0.65 0.41
Hex 92 25 AC F 4E 0 21 120 41 29
Octal 222 45 254 17 116 0 41 440 101 51
Binary 10010010 100101 10101100 1111 1001110 0 100001 100100000 1000001 101001

Color Harmonies of #9225AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9225AC

Black with #9225AC

Text Example


Text Example

White with #9225AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,37,172); }

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

background-color css

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

 a { background-color: rgb(146,37,172); }

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

border-color css

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

 span { border-color: rgb(146,37,172); }

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