Html Css Color HEX #9935AC Dark Orchid

📋 copy color: '#9935AC'

red 153 ◦ green 53 ◦ blue 172

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

Shades of Dark Orchid #9935AC

Tints of Dark Orchid #9935AC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.02%

 BLUE value IS 172 (67.58% from 255) = 45.5%

R = 40.48%
G = 14.02%
B = 45.5%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9935AC (or 0x9935AC) is known color: Dark Orchid. HEX triplet: 99, 35 and AC. RGB value is (153,53,172). Sum of RGB (Red+Green+Blue) = 153+53+172=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #9935AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9935AC is #66CA53. Grayscale: #606060. Windows color (decimal): -6736468 or 11285913. OLE color: 11285913.

HSL color Cylindrical-coordinate representation of color #9935AC: hue angle of 290.42º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9935AC is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 53 172 -
CMYK 0.11 0.69 0 0.33
HSL 290.42º 0.53% 0.44% -
HSV(B) 290.42º 0.69% 0.67% -
XYZ 21.86 12.3 40.25 -
YUV 96.47 170.63 168.32 -
System Red Green Blue C M Y K H S L
Decimal 153 53 172 0.11 0.69 0 0.33 290.42 0.53 0.44
Hex 99 35 AC B 45 0 21 122 35 2C
Octal 231 65 254 13 105 0 41 442 65 54
Binary 10011001 110101 10101100 1011 1000101 0 100001 100100010 110101 101100

Color Harmonies of #9935AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9935AC

Black with #9935AC

Text Example


Text Example

White with #9935AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9935AC; }

 p { color: rgb(153,53,172); }

 H1.HeaderClassName
 {
   color: #9935AC;
 }
 .AnyTagClassName
 {
   color: #9935AC;
 }
</style>

background-color css

<style>
 a { background-color: #9935AC; }

 a { background-color: rgb(153,53,172); }

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

border-color css

<style>
 span { border-color: #9935AC; }

 span { border-color: rgb(153,53,172); }

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