Html Css Color HEX #933DB7 Dark Orchid

📋 copy color: '#933DB7'

red 147 ◦ green 61 ◦ blue 183

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

Shades of Dark Orchid #933DB7

Tints of Dark Orchid #933DB7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.6%

 BLUE value IS 183 (71.88% from 255) = 46.8%

R = 37.6%
G = 15.6%
B = 46.8%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#933DB7 (or 0x933DB7) is known color: Dark Orchid. HEX triplet: 93, 3D and B7. RGB value is (147,61,183). Sum of RGB (Red+Green+Blue) = 147+61+183=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 183 (71.88% from 255 or 46.80% from 391); Max value from RGB is 183 - color contains mainly: blue. Hex color #933DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933DB7 is #6CC248. Grayscale: #646464. Windows color (decimal): -7127625 or 12008851. OLE color: 12008851.

HSL color Cylindrical-coordinate representation of color #933DB7: hue angle of 282.3º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #933DB7 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 147 61 183 -
CMYK 0.20 0.67 0 0.28
HSL 282.3º 0.5% 0.48% -
HSV(B) 282.3º 0.67% 0.72% -
XYZ 22.25 12.96 46.13 -
YUV 100.62 174.49 161.08 -
System Red Green Blue C M Y K H S L
Decimal 147 61 183 0.20 0.67 0 0.28 282.3 0.5 0.48
Hex 93 3D B7 14 43 0 1C 11A 32 30
Octal 223 75 267 24 103 0 34 432 62 60
Binary 10010011 111101 10110111 10100 1000011 0 11100 100011010 110010 110000

Color Harmonies of #933DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933DB7

Black with #933DB7

Text Example


Text Example

White with #933DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,61,183); }

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

background-color css

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

 a { background-color: rgb(147,61,183); }

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

border-color css

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

 span { border-color: rgb(147,61,183); }

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