Html Css Color HEX #9239BF Dark Orchid

📋 copy color: '#9239BF'

red 146 ◦ green 57 ◦ blue 191

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

Shades of Dark Orchid #9239BF

Tints of Dark Orchid #9239BF

RGB

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

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

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

R = 37.06%
G = 14.47%
B = 48.48%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9239BF (or 0x9239BF) is known color: Dark Orchid. HEX triplet: 92, 39 and BF. RGB value is (146,57,191). Sum of RGB (Red+Green+Blue) = 146+57+191=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #9239BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9239BF is #6DC640. Grayscale: #626262. Windows color (decimal): -7194177 or 12532114. OLE color: 12532114.

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

Color convert

RGB 146 57 191 -
CMYK 0.24 0.70 0 0.25
HSL 279.85º 0.54% 0.49% -
HSV(B) 279.85º 0.7% 0.75% -
XYZ 22.72 12.8 50.56 -
YUV 98.89 179.99 161.6 -
System Red Green Blue C M Y K H S L
Decimal 146 57 191 0.24 0.70 0 0.25 279.85 0.54 0.49
Hex 92 39 BF 18 46 0 19 118 36 31
Octal 222 71 277 30 106 0 31 430 66 61
Binary 10010010 111001 10111111 11000 1000110 0 11001 100011000 110110 110001

Color Harmonies of #9239BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9239BF

Black with #9239BF

Text Example


Text Example

White with #9239BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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