Html Css Color HEX #9933DC Dark Orchid

📋 copy color: '#9933DC'

red 153 ◦ green 51 ◦ blue 220

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

Shades of Dark Orchid #9933DC

Tints of Dark Orchid #9933DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.89%

R = 36.08%
G = 12.03%
B = 51.89%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9933DC (or 0x9933DC) is known color: Dark Orchid. HEX triplet: 99, 33 and DC. RGB value is (153,51,220). Sum of RGB (Red+Green+Blue) = 153+51+220=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #9933DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9933DC is #66CC23. Grayscale: #646464. Windows color (decimal): -6736932 or 14431129. OLE color: 14431129.

HSL color Cylindrical-coordinate representation of color #9933DC: hue angle of 276.21º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9933DC is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 51 220 -
CMYK 0.30 0.77 0 0.14
HSL 276.21º 0.71% 0.53% -
HSV(B) 276.21º 0.77% 0.86% -
XYZ 27.24 14.31 69.04 -
YUV 100.76 195.29 165.26 -
System Red Green Blue C M Y K H S L
Decimal 153 51 220 0.30 0.77 0 0.14 276.21 0.71 0.53
Hex 99 33 DC 1E 4D 0 E 114 47 35
Octal 231 63 334 36 115 0 16 424 107 65
Binary 10011001 110011 11011100 11110 1001101 0 1110 100010100 1000111 110101

Color Harmonies of #9933DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9933DC

Black with #9933DC

Text Example


Text Example

White with #9933DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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