Html Css Color HEX #933DBE Dark Orchid

📋 copy color: '#933DBE'

red 147 ◦ green 61 ◦ blue 190

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

Shades of Dark Orchid #933DBE

Tints of Dark Orchid #933DBE

RGB

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

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

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

R = 36.93%
G = 15.33%
B = 47.74%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#933DBE (or 0x933DBE) is known color: Dark Orchid. HEX triplet: 93, 3D and BE. RGB value is (147,61,190). Sum of RGB (Red+Green+Blue) = 147+61+190=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #933DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933DBE is #6CC241. Grayscale: #646464. Windows color (decimal): -7127618 or 12467603. OLE color: 12467603.

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

Color convert

RGB 147 61 190 -
CMYK 0.23 0.68 0 0.25
HSL 280º 0.51% 0.49% -
HSV(B) 280º 0.68% 0.75% -
XYZ 23 13.26 50.06 -
YUV 101.42 177.99 160.51 -
System Red Green Blue C M Y K H S L
Decimal 147 61 190 0.23 0.68 0 0.25 280 0.51 0.49
Hex 93 3D BE 17 44 0 19 118 33 31
Octal 223 75 276 27 104 0 31 430 63 61
Binary 10010011 111101 10111110 10111 1000100 0 11001 100011000 110011 110001

Color Harmonies of #933DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933DBE

Black with #933DBE

Text Example


Text Example

White with #933DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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