Html Css Color HEX #9339AF Dark Orchid

📋 copy color: '#9339AF'

red 147 ◦ green 57 ◦ blue 175

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

Shades of Dark Orchid #9339AF

Tints of Dark Orchid #9339AF

RGB

 RED value IS 147 (57.81% from 255) = 38.79%

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

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

R = 38.79%
G = 15.04%
B = 46.17%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9339AF (or 0x9339AF) is known color: Dark Orchid. HEX triplet: 93, 39 and AF. RGB value is (147,57,175). Sum of RGB (Red+Green+Blue) = 147+57+175=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #9339AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9339AF is #6CC650. Grayscale: #606060. Windows color (decimal): -7128657 or 11483539. OLE color: 11483539.

HSL color Cylindrical-coordinate representation of color #9339AF: hue angle of 285.76º 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 #9339AF is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 57 175 -
CMYK 0.16 0.67 0 0.31
HSL 285.76º 0.51% 0.45% -
HSV(B) 285.76º 0.67% 0.69% -
XYZ 21.23 12.22 41.8 -
YUV 97.36 171.82 163.41 -
System Red Green Blue C M Y K H S L
Decimal 147 57 175 0.16 0.67 0 0.31 285.76 0.51 0.45
Hex 93 39 AF 10 43 0 1F 11E 33 2D
Octal 223 71 257 20 103 0 37 436 63 55
Binary 10010011 111001 10101111 10000 1000011 0 11111 100011110 110011 101101

Color Harmonies of #9339AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9339AF

Black with #9339AF

Text Example


Text Example

White with #9339AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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