Html Css Color HEX #9733BE Dark Orchid

📋 copy color: '#9733BE'

red 151 ◦ green 51 ◦ blue 190

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

Shades of Dark Orchid #9733BE

Tints of Dark Orchid #9733BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 38.52%
G = 13.01%
B = 48.47%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9733BE (or 0x9733BE) is known color: Dark Orchid. HEX triplet: 97, 33 and BE. RGB value is (151,51,190). Sum of RGB (Red+Green+Blue) = 151+51+190=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #9733BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9733BE is #68CC41. Grayscale: #606060. Windows color (decimal): -6868034 or 12465047. OLE color: 12465047.

HSL color Cylindrical-coordinate representation of color #9733BE: hue angle of 283.17º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9733BE is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 51 190 -
CMYK 0.21 0.73 0 0.25
HSL 283.17º 0.58% 0.47% -
HSV(B) 283.17º 0.73% 0.75% -
XYZ 23.24 12.66 49.93 -
YUV 96.75 180.63 166.7 -
System Red Green Blue C M Y K H S L
Decimal 151 51 190 0.21 0.73 0 0.25 283.17 0.58 0.47
Hex 97 33 BE 15 49 0 19 11B 3A 2F
Octal 227 63 276 25 111 0 31 433 72 57
Binary 10010111 110011 10111110 10101 1001001 0 11001 100011011 111010 101111

Color Harmonies of #9733BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9733BE

Black with #9733BE

Text Example


Text Example

White with #9733BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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