Html Css Color HEX #933ECF Dark Orchid

📋 copy color: '#933ECF'

red 147 ◦ green 62 ◦ blue 207

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

Shades of Dark Orchid #933ECF

Tints of Dark Orchid #933ECF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.9%

 BLUE value IS 207 (81.25% from 255) = 49.76%

R = 35.34%
G = 14.9%
B = 49.76%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#933ECF (or 0x933ECF) is known color: Dark Orchid. HEX triplet: 93, 3E and CF. RGB value is (147,62,207). Sum of RGB (Red+Green+Blue) = 147+62+207=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #933ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933ECF is #6CC130. Grayscale: #676767. Windows color (decimal): -7127345 or 13581971. OLE color: 13581971.

HSL color Cylindrical-coordinate representation of color #933ECF: hue angle of 275.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #933ECF is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 62 207 -
CMYK 0.29 0.70 0 0.19
HSL 275.17º 0.6% 0.53% -
HSV(B) 275.17º 0.7% 0.81% -
XYZ 25.02 14.15 60.44 -
YUV 103.95 186.16 158.71 -
System Red Green Blue C M Y K H S L
Decimal 147 62 207 0.29 0.70 0 0.19 275.17 0.6 0.53
Hex 93 3E CF 1D 46 0 13 113 3C 35
Octal 223 76 317 35 106 0 23 423 74 65
Binary 10010011 111110 11001111 11101 1000110 0 10011 100010011 111100 110101

Color Harmonies of #933ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933ECF

Black with #933ECF

Text Example


Text Example

White with #933ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,62,207); }

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

background-color css

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

 a { background-color: rgb(147,62,207); }

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

border-color css

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

 span { border-color: rgb(147,62,207); }

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