Html Css Color HEX #933BBA Dark Orchid

📋 copy color: '#933BBA'

red 147 ◦ green 59 ◦ blue 186

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

Shades of Dark Orchid #933BBA

Tints of Dark Orchid #933BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.05%

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 37.5%
G = 15.05%
B = 47.45%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#933BBA (or 0x933BBA) is known color: Dark Orchid. HEX triplet: 93, 3B and BA. RGB value is (147,59,186). Sum of RGB (Red+Green+Blue) = 147+59+186=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #933BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933BBA is #6CC445. Grayscale: #636363. Windows color (decimal): -7128134 or 12204947. OLE color: 12204947.

HSL color Cylindrical-coordinate representation of color #933BBA: hue angle of 281.57º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #933BBA is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 59 186 -
CMYK 0.21 0.68 0 0.27
HSL 281.57º 0.52% 0.48% -
HSV(B) 281.57º 0.68% 0.73% -
XYZ 22.46 12.88 47.76 -
YUV 99.79 176.65 161.67 -
System Red Green Blue C M Y K H S L
Decimal 147 59 186 0.21 0.68 0 0.27 281.57 0.52 0.48
Hex 93 3B BA 15 44 0 1B 11A 34 30
Octal 223 73 272 25 104 0 33 432 64 60
Binary 10010011 111011 10111010 10101 1000100 0 11011 100011010 110100 110000

Color Harmonies of #933BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933BBA

Black with #933BBA

Text Example


Text Example

White with #933BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,59,186); }

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

background-color css

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

 a { background-color: rgb(147,59,186); }

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

border-color css

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

 span { border-color: rgb(147,59,186); }

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