Html Css Color HEX #9733DA Dark Orchid

📋 copy color: '#9733DA'

red 151 ◦ green 51 ◦ blue 218

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

Shades of Dark Orchid #9733DA

Tints of Dark Orchid #9733DA

RGB

 RED value IS 151 (59.38% from 255) = 35.95%

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

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

R = 35.95%
G = 12.14%
B = 51.9%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9733DA (or 0x9733DA) is known color: Dark Orchid. HEX triplet: 97, 33 and DA. RGB value is (151,51,218). Sum of RGB (Red+Green+Blue) = 151+51+218=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #9733DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9733DA is #68CC25. Grayscale: #636363. Windows color (decimal): -6868006 or 14300055. OLE color: 14300055.

HSL color Cylindrical-coordinate representation of color #9733DA: hue angle of 275.93º 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 #9733DA is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 51 218 -
CMYK 0.31 0.77 0 0.15
HSL 275.93º 0.69% 0.53% -
HSV(B) 275.93º 0.77% 0.85% -
XYZ 26.6 14.01 67.63 -
YUV 99.94 194.63 164.42 -
System Red Green Blue C M Y K H S L
Decimal 151 51 218 0.31 0.77 0 0.15 275.93 0.69 0.53
Hex 97 33 DA 1F 4D 0 F 114 45 35
Octal 227 63 332 37 115 0 17 424 105 65
Binary 10010111 110011 11011010 11111 1001101 0 1111 100010100 1000101 110101

Color Harmonies of #9733DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9733DA

Black with #9733DA

Text Example


Text Example

White with #9733DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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