Html Css Color HEX #9239BE Dark Orchid

📋 copy color: '#9239BE'

red 146 ◦ green 57 ◦ blue 190

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

Shades of Dark Orchid #9239BE

Tints of Dark Orchid #9239BE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.5%

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

R = 37.15%
G = 14.5%
B = 48.35%

CMYK

 C value IS 0.23

 M value IS 0.7

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9239BE (or 0x9239BE) is known color: Dark Orchid. HEX triplet: 92, 39 and BE. RGB value is (146,57,190). Sum of RGB (Red+Green+Blue) = 146+57+190=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #9239BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9239BE is #6DC641. Grayscale: #626262. Windows color (decimal): -7194178 or 12466578. OLE color: 12466578.

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

Color convert

RGB 146 57 190 -
CMYK 0.23 0.7 0 0.25
HSL 280.15º 0.54% 0.48% -
HSV(B) 280.15º 0.7% 0.75% -
XYZ 22.61 12.75 49.99 -
YUV 98.77 179.49 161.69 -
System Red Green Blue C M Y K H S L
Decimal 146 57 190 0.23 0.7 0 0.25 280.15 0.54 0.48
Hex 92 39 BE 17 46 0 19 118 36 30
Octal 222 71 276 27 106 0 31 430 66 60
Binary 10010010 111001 10111110 10111 1000110 0 11001 100011000 110110 110000

Color Harmonies of #9239BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9239BE

Black with #9239BE

Text Example


Text Example

White with #9239BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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