Html Css Color HEX #9933DA Dark Orchid

📋 copy color: '#9933DA'

red 153 ◦ green 51 ◦ blue 218

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

Shades of Dark Orchid #9933DA

Tints of Dark Orchid #9933DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.66%

R = 36.26%
G = 12.09%
B = 51.66%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9933DA (or 0x9933DA) is known color: Dark Orchid. HEX triplet: 99, 33 and DA. RGB value is (153,51,218). Sum of RGB (Red+Green+Blue) = 153+51+218=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #9933DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9933DA is #66CC25. Grayscale: #636363. Windows color (decimal): -6736934 or 14300057. OLE color: 14300057.

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

Color convert

RGB 153 51 218 -
CMYK 0.30 0.77 0 0.15
HSL 276.65º 0.69% 0.53% -
HSV(B) 276.65º 0.77% 0.85% -
XYZ 26.98 14.2 67.65 -
YUV 100.54 194.29 165.42 -
System Red Green Blue C M Y K H S L
Decimal 153 51 218 0.30 0.77 0 0.15 276.65 0.69 0.53
Hex 99 33 DA 1E 4D 0 F 115 45 35
Octal 231 63 332 36 115 0 17 425 105 65
Binary 10011001 110011 11011010 11110 1001101 0 1111 100010101 1000101 110101

Color Harmonies of #9933DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9933DA

Black with #9933DA

Text Example


Text Example

White with #9933DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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