Html Css Color HEX #9239BB Dark Orchid

📋 copy color: '#9239BB'

red 146 ◦ green 57 ◦ blue 187

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

Shades of Dark Orchid #9239BB

Tints of Dark Orchid #9239BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 37.44%
G = 14.62%
B = 47.95%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9239BB (or 0x9239BB) is known color: Dark Orchid. HEX triplet: 92, 39 and BB. RGB value is (146,57,187). Sum of RGB (Red+Green+Blue) = 146+57+187=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #9239BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9239BB is #6DC644. Grayscale: #626262. Windows color (decimal): -7194181 or 12269970. OLE color: 12269970.

HSL color Cylindrical-coordinate representation of color #9239BB: hue angle of 281.08º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9239BB is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 57 187 -
CMYK 0.22 0.70 0 0.27
HSL 281.08º 0.53% 0.48% -
HSV(B) 281.08º 0.7% 0.73% -
XYZ 22.29 12.63 48.28 -
YUV 98.43 177.99 161.93 -
System Red Green Blue C M Y K H S L
Decimal 146 57 187 0.22 0.70 0 0.27 281.08 0.53 0.48
Hex 92 39 BB 16 46 0 1B 119 35 30
Octal 222 71 273 26 106 0 33 431 65 60
Binary 10010010 111001 10111011 10110 1000110 0 11011 100011001 110101 110000

Color Harmonies of #9239BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9239BB

Black with #9239BB

Text Example


Text Example

White with #9239BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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