Html Css Color HEX #9934AF Dark Orchid

📋 copy color: '#9934AF'

red 153 ◦ green 52 ◦ blue 175

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

Shades of Dark Orchid #9934AF

Tints of Dark Orchid #9934AF

RGB

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

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

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

R = 40.26%
G = 13.68%
B = 46.05%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9934AF (or 0x9934AF) is known color: Dark Orchid. HEX triplet: 99, 34 and AF. RGB value is (153,52,175). Sum of RGB (Red+Green+Blue) = 153+52+175=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #9934AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9934AF is #66CB50. Grayscale: #5F5F5F. Windows color (decimal): -6736721 or 11482265. OLE color: 11482265.

HSL color Cylindrical-coordinate representation of color #9934AF: hue angle of 289.27º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9934AF is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 52 175 -
CMYK 0.13 0.70 0 0.31
HSL 289.27º 0.54% 0.45% -
HSV(B) 289.27º 0.7% 0.69% -
XYZ 22.1 12.32 41.77 -
YUV 96.22 172.46 168.5 -
System Red Green Blue C M Y K H S L
Decimal 153 52 175 0.13 0.70 0 0.31 289.27 0.54 0.45
Hex 99 34 AF D 46 0 1F 121 36 2D
Octal 231 64 257 15 106 0 37 441 66 55
Binary 10011001 110100 10101111 1101 1000110 0 11111 100100001 110110 101101

Color Harmonies of #9934AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9934AF

Black with #9934AF

Text Example


Text Example

White with #9934AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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