Html Css Color HEX #9229D6 Dark Orchid

📋 copy color: '#9229D6'

red 146 ◦ green 41 ◦ blue 214

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

Shades of Dark Orchid #9229D6

Tints of Dark Orchid #9229D6

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.22%

 BLUE value IS 214 (83.98% from 255) = 53.37%

R = 36.41%
G = 10.22%
B = 53.37%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9229D6 (or 0x9229D6) is known color: Dark Orchid. HEX triplet: 92, 29 and D6. RGB value is (146,41,214). Sum of RGB (Red+Green+Blue) = 146+41+214=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 214 (83.98% from 255 or 53.37% from 401); Max value from RGB is 214 - color contains mainly: blue. Hex color #9229D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9229D6 is #6DD629. Grayscale: #5B5B5B. Windows color (decimal): -7198250 or 14035346. OLE color: 14035346.

HSL color Cylindrical-coordinate representation of color #9229D6: hue angle of 276.42º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9229D6 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 146 41 214 -
CMYK 0.32 0.81 0 0.16
HSL 276.42º 0.68% 0.5% -
HSV(B) 276.42º 0.81% 0.84% -
XYZ 24.78 12.55 64.73 -
YUV 92.12 196.79 166.43 -
System Red Green Blue C M Y K H S L
Decimal 146 41 214 0.32 0.81 0 0.16 276.42 0.68 0.5
Hex 92 29 D6 20 51 0 10 114 44 32
Octal 222 51 326 40 121 0 20 424 104 62
Binary 10010010 101001 11010110 100000 1010001 0 10000 100010100 1000100 110010

Color Harmonies of #9229D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9229D6

Black with #9229D6

Text Example


Text Example

White with #9229D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9229D6; }

 p { color: rgb(146,41,214); }

 H1.HeaderClassName
 {
   color: #9229D6;
 }
 .AnyTagClassName
 {
   color: #9229D6;
 }
</style>

background-color css

<style>
 a { background-color: #9229D6; }

 a { background-color: rgb(146,41,214); }

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

border-color css

<style>
 span { border-color: #9229D6; }

 span { border-color: rgb(146,41,214); }

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