Html Css Color HEX #933DBA Dark Orchid

📋 copy color: '#933DBA'

red 147 ◦ green 61 ◦ blue 186

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

Shades of Dark Orchid #933DBA

Tints of Dark Orchid #933DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.21%

R = 37.31%
G = 15.48%
B = 47.21%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#933DBA (or 0x933DBA) is known color: Dark Orchid. HEX triplet: 93, 3D and BA. RGB value is (147,61,186). Sum of RGB (Red+Green+Blue) = 147+61+186=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #933DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933DBA is #6CC245. Grayscale: #646464. Windows color (decimal): -7127622 or 12205459. OLE color: 12205459.

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

Color convert

RGB 147 61 186 -
CMYK 0.21 0.67 0 0.27
HSL 281.28º 0.51% 0.48% -
HSV(B) 281.28º 0.67% 0.73% -
XYZ 22.56 13.09 47.79 -
YUV 100.96 175.99 160.84 -
System Red Green Blue C M Y K H S L
Decimal 147 61 186 0.21 0.67 0 0.27 281.28 0.51 0.48
Hex 93 3D BA 15 43 0 1B 119 33 30
Octal 223 75 272 25 103 0 33 431 63 60
Binary 10010011 111101 10111010 10101 1000011 0 11011 100011001 110011 110000

Color Harmonies of #933DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933DBA

Black with #933DBA

Text Example


Text Example

White with #933DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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