Html Css Color HEX #933AB9 Dark Orchid

📋 copy color: '#933AB9'

red 147 ◦ green 58 ◦ blue 185

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

Shades of Dark Orchid #933AB9

Tints of Dark Orchid #933AB9

RGB

 RED value IS 147 (57.81% from 255) = 37.69%

 GREEN value IS 58 (23.05% from 255) = 14.87%

 BLUE value IS 185 (72.66% from 255) = 47.44%

R = 37.69%
G = 14.87%
B = 47.44%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#933AB9 (or 0x933AB9) is known color: Dark Orchid. HEX triplet: 93, 3A and B9. RGB value is (147,58,185). Sum of RGB (Red+Green+Blue) = 147+58+185=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #933AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933AB9 is #6CC546. Grayscale: #626262. Windows color (decimal): -7128391 or 12139155. OLE color: 12139155.

HSL color Cylindrical-coordinate representation of color #933AB9: hue angle of 282.05º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #933AB9 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 58 185 -
CMYK 0.21 0.69 0 0.27
HSL 282.05º 0.52% 0.48% -
HSV(B) 282.05º 0.69% 0.73% -
XYZ 22.3 12.73 47.18 -
YUV 99.09 176.49 162.17 -
System Red Green Blue C M Y K H S L
Decimal 147 58 185 0.21 0.69 0 0.27 282.05 0.52 0.48
Hex 93 3A B9 15 45 0 1B 11A 34 30
Octal 223 72 271 25 105 0 33 432 64 60
Binary 10010011 111010 10111001 10101 1000101 0 11011 100011010 110100 110000

Color Harmonies of #933AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933AB9

Black with #933AB9

Text Example


Text Example

White with #933AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933AB9; }

 p { color: rgb(147,58,185); }

 H1.HeaderClassName
 {
   color: #933AB9;
 }
 .AnyTagClassName
 {
   color: #933AB9;
 }
</style>

background-color css

<style>
 a { background-color: #933AB9; }

 a { background-color: rgb(147,58,185); }

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

border-color css

<style>
 span { border-color: #933AB9; }

 span { border-color: rgb(147,58,185); }

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