Html Css Color HEX #9227B1 Dark Orchid

📋 copy color: '#9227B1'

red 146 ◦ green 39 ◦ blue 177

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

Shades of Dark Orchid #9227B1

Tints of Dark Orchid #9227B1

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.77%

 BLUE value IS 177 (69.53% from 255) = 48.9%

R = 40.33%
G = 10.77%
B = 48.9%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9227B1 (or 0x9227B1) is known color: Dark Orchid. HEX triplet: 92, 27 and B1. RGB value is (146,39,177). Sum of RGB (Red+Green+Blue) = 146+39+177=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 177 - color contains mainly: blue. Hex color #9227B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9227B1 is #6DD84E. Grayscale: #565656. Windows color (decimal): -7198799 or 11610002. OLE color: 11610002.

HSL color Cylindrical-coordinate representation of color #9227B1: hue angle of 286.52º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9227B1 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 146 39 177 -
CMYK 0.18 0.78 0 0.31
HSL 286.52º 0.64% 0.42% -
HSV(B) 286.52º 0.78% 0.69% -
XYZ 20.52 10.74 42.59 -
YUV 86.73 178.95 170.28 -
System Red Green Blue C M Y K H S L
Decimal 146 39 177 0.18 0.78 0 0.31 286.52 0.64 0.42
Hex 92 27 B1 12 4E 0 1F 11F 40 2A
Octal 222 47 261 22 116 0 37 437 100 52
Binary 10010010 100111 10110001 10010 1001110 0 11111 100011111 1000000 101010

Color Harmonies of #9227B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9227B1

Black with #9227B1

Text Example


Text Example

White with #9227B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9227B1; }

 p { color: rgb(146,39,177); }

 H1.HeaderClassName
 {
   color: #9227B1;
 }
 .AnyTagClassName
 {
   color: #9227B1;
 }
</style>

background-color css

<style>
 a { background-color: #9227B1; }

 a { background-color: rgb(146,39,177); }

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

border-color css

<style>
 span { border-color: #9227B1; }

 span { border-color: rgb(146,39,177); }

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