Html Css Color HEX #9223BE Dark Orchid

📋 copy color: '#9223BE'

red 146 ◦ green 35 ◦ blue 190

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

Shades of Dark Orchid #9223BE

Tints of Dark Orchid #9223BE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.43%

 BLUE value IS 190 (74.61% from 255) = 51.21%

R = 39.35%
G = 9.43%
B = 51.21%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9223BE (or 0x9223BE) is known color: Dark Orchid. HEX triplet: 92, 23 and BE. RGB value is (146,35,190). Sum of RGB (Red+Green+Blue) = 146+35+190=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #9223BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9223BE is #6DDC41. Grayscale: #555555. Windows color (decimal): -7199810 or 12460946. OLE color: 12460946.

HSL color Cylindrical-coordinate representation of color #9223BE: hue angle of 282.97º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9223BE is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 35 190 -
CMYK 0.23 0.82 0 0.25
HSL 282.97º 0.69% 0.44% -
HSV(B) 282.97º 0.82% 0.75% -
XYZ 21.75 11.03 49.7 -
YUV 85.86 186.77 170.9 -
System Red Green Blue C M Y K H S L
Decimal 146 35 190 0.23 0.82 0 0.25 282.97 0.69 0.44
Hex 92 23 BE 17 52 0 19 11B 45 2C
Octal 222 43 276 27 122 0 31 433 105 54
Binary 10010010 100011 10111110 10111 1010010 0 11001 100011011 1000101 101100

Color Harmonies of #9223BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9223BE

Black with #9223BE

Text Example


Text Example

White with #9223BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9223BE; }

 p { color: rgb(146,35,190); }

 H1.HeaderClassName
 {
   color: #9223BE;
 }
 .AnyTagClassName
 {
   color: #9223BE;
 }
</style>

background-color css

<style>
 a { background-color: #9223BE; }

 a { background-color: rgb(146,35,190); }

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

border-color css

<style>
 span { border-color: #9223BE; }

 span { border-color: rgb(146,35,190); }

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