Html Css Color HEX #9939AE Dark Orchid

📋 copy color: '#9939AE'

red 153 ◦ green 57 ◦ blue 174

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

Shades of Dark Orchid #9939AE

Tints of Dark Orchid #9939AE

RGB

 RED value IS 153 (60.16% from 255) = 39.84%

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

 BLUE value IS 174 (68.36% from 255) = 45.31%

R = 39.84%
G = 14.84%
B = 45.31%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9939AE (or 0x9939AE) is known color: Dark Orchid. HEX triplet: 99, 39 and AE. RGB value is (153,57,174). Sum of RGB (Red+Green+Blue) = 153+57+174=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #9939AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9939AE is #66C651. Grayscale: #626262. Windows color (decimal): -6735442 or 11418009. OLE color: 11418009.

HSL color Cylindrical-coordinate representation of color #9939AE: hue angle of 289.23º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9939AE is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 57 174 -
CMYK 0.12 0.67 0 0.32
HSL 289.23º 0.51% 0.45% -
HSV(B) 289.23º 0.67% 0.68% -
XYZ 22.24 12.75 41.33 -
YUV 99.04 170.3 166.49 -
System Red Green Blue C M Y K H S L
Decimal 153 57 174 0.12 0.67 0 0.32 289.23 0.51 0.45
Hex 99 39 AE C 43 0 20 121 33 2D
Octal 231 71 256 14 103 0 40 441 63 55
Binary 10011001 111001 10101110 1100 1000011 0 100000 100100001 110011 101101

Color Harmonies of #9939AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9939AE

Black with #9939AE

Text Example


Text Example

White with #9939AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9939AE; }

 p { color: rgb(153,57,174); }

 H1.HeaderClassName
 {
   color: #9939AE;
 }
 .AnyTagClassName
 {
   color: #9939AE;
 }
</style>

background-color css

<style>
 a { background-color: #9939AE; }

 a { background-color: rgb(153,57,174); }

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

border-color css

<style>
 span { border-color: #9939AE; }

 span { border-color: rgb(153,57,174); }

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