Html Css Color HEX #9933BA Dark Orchid

📋 copy color: '#9933BA'

red 153 ◦ green 51 ◦ blue 186

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

Shades of Dark Orchid #9933BA

Tints of Dark Orchid #9933BA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.08%

 BLUE value IS 186 (73.05% from 255) = 47.69%

R = 39.23%
G = 13.08%
B = 47.69%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9933BA (or 0x9933BA) is known color: Dark Orchid. HEX triplet: 99, 33 and BA. RGB value is (153,51,186). Sum of RGB (Red+Green+Blue) = 153+51+186=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #9933BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9933BA is #66CC45. Grayscale: #606060. Windows color (decimal): -6736966 or 12202905. OLE color: 12202905.

HSL color Cylindrical-coordinate representation of color #9933BA: hue angle of 285.33º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9933BA is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 51 186 -
CMYK 0.18 0.73 0 0.27
HSL 285.33º 0.57% 0.46% -
HSV(B) 285.33º 0.73% 0.73% -
XYZ 23.18 12.69 47.68 -
YUV 96.89 178.29 168.02 -
System Red Green Blue C M Y K H S L
Decimal 153 51 186 0.18 0.73 0 0.27 285.33 0.57 0.46
Hex 99 33 BA 12 49 0 1B 11D 39 2E
Octal 231 63 272 22 111 0 33 435 71 56
Binary 10011001 110011 10111010 10010 1001001 0 11011 100011101 111001 101110

Color Harmonies of #9933BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9933BA

Black with #9933BA

Text Example


Text Example

White with #9933BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9933BA; }

 p { color: rgb(153,51,186); }

 H1.HeaderClassName
 {
   color: #9933BA;
 }
 .AnyTagClassName
 {
   color: #9933BA;
 }
</style>

background-color css

<style>
 a { background-color: #9933BA; }

 a { background-color: rgb(153,51,186); }

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

border-color css

<style>
 span { border-color: #9933BA; }

 span { border-color: rgb(153,51,186); }

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