Html Css Color HEX #9337CA Dark Orchid

📋 copy color: '#9337CA'

red 147 ◦ green 55 ◦ blue 202

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

Shades of Dark Orchid #9337CA

Tints of Dark Orchid #9337CA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.61%

 BLUE value IS 202 (79.3% from 255) = 50%

R = 36.39%
G = 13.61%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9337CA (or 0x9337CA) is known color: Dark Orchid. HEX triplet: 93, 37 and CA. RGB value is (147,55,202). Sum of RGB (Red+Green+Blue) = 147+55+202=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #9337CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9337CA is #6CC835. Grayscale: #626262. Windows color (decimal): -7129142 or 13252499. OLE color: 13252499.

HSL color Cylindrical-coordinate representation of color #9337CA: hue angle of 277.55º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9337CA is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 55 202 -
CMYK 0.27 0.73 0 0.21
HSL 277.55º 0.58% 0.5% -
HSV(B) 277.55º 0.73% 0.79% -
XYZ 24.06 13.2 57.16 -
YUV 99.27 185.98 162.05 -
System Red Green Blue C M Y K H S L
Decimal 147 55 202 0.27 0.73 0 0.21 277.55 0.58 0.5
Hex 93 37 CA 1B 49 0 15 116 3A 32
Octal 223 67 312 33 111 0 25 426 72 62
Binary 10010011 110111 11001010 11011 1001001 0 10101 100010110 111010 110010

Color Harmonies of #9337CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9337CA

Black with #9337CA

Text Example


Text Example

White with #9337CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9337CA; }

 p { color: rgb(147,55,202); }

 H1.HeaderClassName
 {
   color: #9337CA;
 }
 .AnyTagClassName
 {
   color: #9337CA;
 }
</style>

background-color css

<style>
 a { background-color: #9337CA; }

 a { background-color: rgb(147,55,202); }

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

border-color css

<style>
 span { border-color: #9337CA; }

 span { border-color: rgb(147,55,202); }

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