Html Css Color HEX #9933CC Dark Orchid

📋 copy color: '#9933CC'

red 153 ◦ green 51 ◦ blue 204

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

Shades of Dark Orchid #9933CC

Tints of Dark Orchid #9933CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50%

R = 37.5%
G = 12.5%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9933CC (or 0x9933CC) is known color: Dark Orchid. HEX triplet: 99, 33 and CC. RGB value is (153,51,204). Sum of RGB (Red+Green+Blue) = 153+51+204=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #9933CC is a web safe color. Inversed color of #9933CC is #66CC33. Grayscale: #626262. Windows color (decimal): -6736948 or 13382553. OLE color: 13382553.

HSL color Cylindrical-coordinate representation of color #9933CC: hue angle of 280º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9933CC is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 51 204 -
CMYK 0.25 0.75 0 0.2
HSL 280º 0.6% 0.5% -
HSV(B) 280º 0.75% 0.8% -
XYZ 25.22 13.5 58.4 -
YUV 98.94 187.29 166.56 -
System Red Green Blue C M Y K H S L
Decimal 153 51 204 0.25 0.75 0 0.2 280 0.6 0.5
Hex 99 33 CC 19 4B 0 14 118 3C 32
Octal 231 63 314 31 113 0 24 430 74 62
Binary 10011001 110011 11001100 11001 1001011 0 10100 100011000 111100 110010

Color Harmonies of #9933CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9933CC

Black with #9933CC

Text Example


Text Example

White with #9933CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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