Html Css Color HEX #933DC6 Dark Orchid

📋 copy color: '#933DC6'

red 147 ◦ green 61 ◦ blue 198

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

Shades of Dark Orchid #933DC6

Tints of Dark Orchid #933DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.77%

R = 36.21%
G = 15.02%
B = 48.77%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#933DC6 (or 0x933DC6) is known color: Dark Orchid. HEX triplet: 93, 3D and C6. RGB value is (147,61,198). Sum of RGB (Red+Green+Blue) = 147+61+198=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #933DC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933DC6 is #6CC239. Grayscale: #656565. Windows color (decimal): -7127610 or 12991891. OLE color: 12991891.

HSL color Cylindrical-coordinate representation of color #933DC6: hue angle of 277.66º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #933DC6 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 147 61 198 -
CMYK 0.26 0.69 0 0.22
HSL 277.66º 0.55% 0.51% -
HSV(B) 277.66º 0.69% 0.78% -
XYZ 23.89 13.62 54.8 -
YUV 102.33 181.99 159.86 -
System Red Green Blue C M Y K H S L
Decimal 147 61 198 0.26 0.69 0 0.22 277.66 0.55 0.51
Hex 93 3D C6 1A 45 0 16 116 37 33
Octal 223 75 306 32 105 0 26 426 67 63
Binary 10010011 111101 11000110 11010 1000101 0 10110 100010110 110111 110011

Color Harmonies of #933DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933DC6

Black with #933DC6

Text Example


Text Example

White with #933DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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