Html Css Color HEX #993BB4 Dark Orchid

📋 copy color: '#993BB4'

red 153 ◦ green 59 ◦ blue 180

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

Shades of Dark Orchid #993BB4

Tints of Dark Orchid #993BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.92%

R = 39.03%
G = 15.05%
B = 45.92%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#993BB4 (or 0x993BB4) is known color: Dark Orchid. HEX triplet: 99, 3B and B4. RGB value is (153,59,180). Sum of RGB (Red+Green+Blue) = 153+59+180=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #993BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993BB4 is #66C44B. Grayscale: #646464. Windows color (decimal): -6734924 or 11811737. OLE color: 11811737.

HSL color Cylindrical-coordinate representation of color #993BB4: hue angle of 286.61º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993BB4 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 59 180 -
CMYK 0.15 0.67 0 0.29
HSL 286.61º 0.51% 0.47% -
HSV(B) 286.61º 0.67% 0.71% -
XYZ 22.94 13.2 44.52 -
YUV 100.9 172.64 165.16 -
System Red Green Blue C M Y K H S L
Decimal 153 59 180 0.15 0.67 0 0.29 286.61 0.51 0.47
Hex 99 3B B4 F 43 0 1D 11F 33 2F
Octal 231 73 264 17 103 0 35 437 63 57
Binary 10011001 111011 10110100 1111 1000011 0 11101 100011111 110011 101111

Color Harmonies of #993BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993BB4

Black with #993BB4

Text Example


Text Example

White with #993BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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