Html Css Color HEX #9934AE Dark Orchid

📋 copy color: '#9934AE'

red 153 ◦ green 52 ◦ blue 174

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

Shades of Dark Orchid #9934AE

Tints of Dark Orchid #9934AE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.72%

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

R = 40.37%
G = 13.72%
B = 45.91%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9934AE (or 0x9934AE) is known color: Dark Orchid. HEX triplet: 99, 34 and AE. RGB value is (153,52,174). Sum of RGB (Red+Green+Blue) = 153+52+174=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #9934AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9934AE is #66CB51. Grayscale: #5F5F5F. Windows color (decimal): -6736722 or 11416729. OLE color: 11416729.

HSL color Cylindrical-coordinate representation of color #9934AE: hue angle of 289.67º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9934AE is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 52 174 -
CMYK 0.12 0.70 0 0.32
HSL 289.67º 0.54% 0.44% -
HSV(B) 289.67º 0.7% 0.68% -
XYZ 22 12.28 41.26 -
YUV 96.11 171.96 168.58 -
System Red Green Blue C M Y K H S L
Decimal 153 52 174 0.12 0.70 0 0.32 289.67 0.54 0.44
Hex 99 34 AE C 46 0 20 122 36 2C
Octal 231 64 256 14 106 0 40 442 66 54
Binary 10011001 110100 10101110 1100 1000110 0 100000 100100010 110110 101100

Color Harmonies of #9934AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9934AE

Black with #9934AE

Text Example


Text Example

White with #9934AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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