Html Css Color HEX #9239AF Dark Orchid

📋 copy color: '#9239AF'

red 146 ◦ green 57 ◦ blue 175

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

Shades of Dark Orchid #9239AF

Tints of Dark Orchid #9239AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.3%

R = 38.62%
G = 15.08%
B = 46.3%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9239AF (or 0x9239AF) is known color: Dark Orchid. HEX triplet: 92, 39 and AF. RGB value is (146,57,175). Sum of RGB (Red+Green+Blue) = 146+57+175=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #9239AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9239AF is #6DC650. Grayscale: #606060. Windows color (decimal): -7194193 or 11483538. OLE color: 11483538.

HSL color Cylindrical-coordinate representation of color #9239AF: hue angle of 285.25º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9239AF is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 146 57 175 -
CMYK 0.17 0.67 0 0.31
HSL 285.25º 0.51% 0.45% -
HSV(B) 285.25º 0.67% 0.69% -
XYZ 21.06 12.13 41.79 -
YUV 97.06 171.99 162.91 -
System Red Green Blue C M Y K H S L
Decimal 146 57 175 0.17 0.67 0 0.31 285.25 0.51 0.45
Hex 92 39 AF 11 43 0 1F 11D 33 2D
Octal 222 71 257 21 103 0 37 435 63 55
Binary 10010010 111001 10101111 10001 1000011 0 11111 100011101 110011 101101

Color Harmonies of #9239AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9239AF

Black with #9239AF

Text Example


Text Example

White with #9239AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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