Html Css Color HEX #933ABF Dark Orchid

📋 copy color: '#933ABF'

red 147 ◦ green 58 ◦ blue 191

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

Shades of Dark Orchid #933ABF

Tints of Dark Orchid #933ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.23%

R = 37.12%
G = 14.65%
B = 48.23%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#933ABF (or 0x933ABF) is known color: Dark Orchid. HEX triplet: 93, 3A and BF. RGB value is (147,58,191). Sum of RGB (Red+Green+Blue) = 147+58+191=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #933ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933ABF is #6CC540. Grayscale: #636363. Windows color (decimal): -7128385 or 12532371. OLE color: 12532371.

HSL color Cylindrical-coordinate representation of color #933ABF: hue angle of 280.15º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #933ABF is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 58 191 -
CMYK 0.23 0.70 0 0.25
HSL 280.15º 0.53% 0.49% -
HSV(B) 280.15º 0.7% 0.75% -
XYZ 22.95 12.99 50.59 -
YUV 99.77 179.49 161.69 -
System Red Green Blue C M Y K H S L
Decimal 147 58 191 0.23 0.70 0 0.25 280.15 0.53 0.49
Hex 93 3A BF 17 46 0 19 118 35 31
Octal 223 72 277 27 106 0 31 430 65 61
Binary 10010011 111010 10111111 10111 1000110 0 11001 100011000 110101 110001

Color Harmonies of #933ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933ABF

Black with #933ABF

Text Example


Text Example

White with #933ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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