Html Css Color HEX #933AD0 Dark Orchid

📋 copy color: '#933AD0'

red 147 ◦ green 58 ◦ blue 208

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

Shades of Dark Orchid #933AD0

Tints of Dark Orchid #933AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.36%

R = 35.59%
G = 14.04%
B = 50.36%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#933AD0 (or 0x933AD0) is known color: Dark Orchid. HEX triplet: 93, 3A and D0. RGB value is (147,58,208). Sum of RGB (Red+Green+Blue) = 147+58+208=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 208 (81.64% from 255 or 50.36% from 413); Max value from RGB is 208 - color contains mainly: blue. Hex color #933AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933AD0 is #6CC52F. Grayscale: #656565. Windows color (decimal): -7128368 or 13646483. OLE color: 13646483.

HSL color Cylindrical-coordinate representation of color #933AD0: hue angle of 275.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #933AD0 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 147 58 208 -
CMYK 0.29 0.72 0 0.18
HSL 275.6º 0.61% 0.52% -
HSV(B) 275.6º 0.72% 0.82% -
XYZ 24.93 13.78 61.02 -
YUV 101.71 187.99 160.3 -
System Red Green Blue C M Y K H S L
Decimal 147 58 208 0.29 0.72 0 0.18 275.6 0.61 0.52
Hex 93 3A D0 1D 48 0 12 114 3D 34
Octal 223 72 320 35 110 0 22 424 75 64
Binary 10010011 111010 11010000 11101 1001000 0 10010 100010100 111101 110100

Color Harmonies of #933AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933AD0

Black with #933AD0

Text Example


Text Example

White with #933AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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