Html Css Color HEX #933CBE Dark Orchid

📋 copy color: '#933CBE'

red 147 ◦ green 60 ◦ blue 190

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

Shades of Dark Orchid #933CBE

Tints of Dark Orchid #933CBE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.11%

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

R = 37.03%
G = 15.11%
B = 47.86%

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

#933CBE (or 0x933CBE) is known color: Dark Orchid. HEX triplet: 93, 3C and BE. RGB value is (147,60,190). Sum of RGB (Red+Green+Blue) = 147+60+190=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #933CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933CBE is #6CC341. Grayscale: #646464. Windows color (decimal): -7127874 or 12467347. OLE color: 12467347.

HSL color Cylindrical-coordinate representation of color #933CBE: hue angle of 280.15º degrees, saturation: 0.52, 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 #933CBE is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 60 190 -
CMYK 0.23 0.68 0 0.25
HSL 280.15º 0.52% 0.49% -
HSV(B) 280.15º 0.68% 0.75% -
XYZ 22.94 13.15 50.04 -
YUV 100.83 178.32 160.93 -
System Red Green Blue C M Y K H S L
Decimal 147 60 190 0.23 0.68 0 0.25 280.15 0.52 0.49
Hex 93 3C BE 17 44 0 19 118 34 31
Octal 223 74 276 27 104 0 31 430 64 61
Binary 10010011 111100 10111110 10111 1000100 0 11001 100011000 110100 110001

Color Harmonies of #933CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933CBE

Black with #933CBE

Text Example


Text Example

White with #933CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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