Html Css Color HEX #9229BF Dark Orchid

📋 copy color: '#9229BF'

red 146 ◦ green 41 ◦ blue 191

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

Shades of Dark Orchid #9229BF

Tints of Dark Orchid #9229BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.53%

R = 38.62%
G = 10.85%
B = 50.53%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9229BF (or 0x9229BF) is known color: Dark Orchid. HEX triplet: 92, 29 and BF. RGB value is (146,41,191). Sum of RGB (Red+Green+Blue) = 146+41+191=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #9229BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9229BF is #6DD640. Grayscale: #595959. Windows color (decimal): -7198273 or 12528018. OLE color: 12528018.

HSL color Cylindrical-coordinate representation of color #9229BF: hue angle of 282º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9229BF is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 41 191 -
CMYK 0.24 0.79 0 0.25
HSL 282º 0.65% 0.45% -
HSV(B) 282º 0.79% 0.75% -
XYZ 22.05 11.46 50.34 -
YUV 89.5 185.29 168.3 -
System Red Green Blue C M Y K H S L
Decimal 146 41 191 0.24 0.79 0 0.25 282 0.65 0.45
Hex 92 29 BF 18 4F 0 19 11A 41 2D
Octal 222 51 277 30 117 0 31 432 101 55
Binary 10010010 101001 10111111 11000 1001111 0 11001 100011010 1000001 101101

Color Harmonies of #9229BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9229BF

Black with #9229BF

Text Example


Text Example

White with #9229BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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