Html Css Color HEX #9733BD Dark Orchid

📋 copy color: '#9733BD'

red 151 ◦ green 51 ◦ blue 189

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

Shades of Dark Orchid #9733BD

Tints of Dark Orchid #9733BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.34%

R = 38.62%
G = 13.04%
B = 48.34%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9733BD (or 0x9733BD) is known color: Dark Orchid. HEX triplet: 97, 33 and BD. RGB value is (151,51,189). Sum of RGB (Red+Green+Blue) = 151+51+189=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #9733BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9733BD is #68CC42. Grayscale: #606060. Windows color (decimal): -6868035 or 12399511. OLE color: 12399511.

HSL color Cylindrical-coordinate representation of color #9733BD: hue angle of 283.48º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9733BD is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 51 189 -
CMYK 0.20 0.73 0 0.26
HSL 283.48º 0.58% 0.47% -
HSV(B) 283.48º 0.73% 0.74% -
XYZ 23.13 12.62 49.36 -
YUV 96.63 180.13 166.78 -
System Red Green Blue C M Y K H S L
Decimal 151 51 189 0.20 0.73 0 0.26 283.48 0.58 0.47
Hex 97 33 BD 14 49 0 1A 11B 3A 2F
Octal 227 63 275 24 111 0 32 433 72 57
Binary 10010111 110011 10111101 10100 1001001 0 11010 100011011 111010 101111

Color Harmonies of #9733BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9733BD

Black with #9733BD

Text Example


Text Example

White with #9733BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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