Html Css Color HEX #993BBB Dark Orchid

📋 copy color: '#993BBB'

red 153 ◦ green 59 ◦ blue 187

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

Shades of Dark Orchid #993BBB

Tints of Dark Orchid #993BBB

RGB

 RED value IS 153 (60.16% from 255) = 38.35%

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

 BLUE value IS 187 (73.44% from 255) = 46.87%

R = 38.35%
G = 14.79%
B = 46.87%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#993BBB (or 0x993BBB) is known color: Dark Orchid. HEX triplet: 99, 3B and BB. RGB value is (153,59,187). Sum of RGB (Red+Green+Blue) = 153+59+187=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #993BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993BBB is #66C444. Grayscale: #656565. Windows color (decimal): -6734917 or 12270489. OLE color: 12270489.

HSL color Cylindrical-coordinate representation of color #993BBB: hue angle of 284.06º 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 #993BBB is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 59 187 -
CMYK 0.18 0.68 0 0.27
HSL 284.06º 0.52% 0.48% -
HSV(B) 284.06º 0.68% 0.73% -
XYZ 23.67 13.49 48.37 -
YUV 101.7 176.14 164.59 -
System Red Green Blue C M Y K H S L
Decimal 153 59 187 0.18 0.68 0 0.27 284.06 0.52 0.48
Hex 99 3B BB 12 44 0 1B 11C 34 30
Octal 231 73 273 22 104 0 33 434 64 60
Binary 10011001 111011 10111011 10010 1000100 0 11011 100011100 110100 110000

Color Harmonies of #993BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993BBB

Black with #993BBB

Text Example


Text Example

White with #993BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993BBB; }

 p { color: rgb(153,59,187); }

 H1.HeaderClassName
 {
   color: #993BBB;
 }
 .AnyTagClassName
 {
   color: #993BBB;
 }
</style>

background-color css

<style>
 a { background-color: #993BBB; }

 a { background-color: rgb(153,59,187); }

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

border-color css

<style>
 span { border-color: #993BBB; }

 span { border-color: rgb(153,59,187); }

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