Html Css Color HEX #9237CA Dark Orchid

📋 copy color: '#9237CA'

red 146 ◦ green 55 ◦ blue 202

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

Shades of Dark Orchid #9237CA

Tints of Dark Orchid #9237CA

RGB

 RED value IS 146 (57.42% from 255) = 36.23%

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

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

R = 36.23%
G = 13.65%
B = 50.12%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9237CA (or 0x9237CA) is known color: Dark Orchid. HEX triplet: 92, 37 and CA. RGB value is (146,55,202). Sum of RGB (Red+Green+Blue) = 146+55+202=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #9237CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9237CA is #6DC835. Grayscale: #626262. Windows color (decimal): -7194678 or 13252498. OLE color: 13252498.

HSL color Cylindrical-coordinate representation of color #9237CA: hue angle of 277.14º 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 #9237CA is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 146 55 202 -
CMYK 0.28 0.73 0 0.21
HSL 277.14º 0.58% 0.5% -
HSV(B) 277.14º 0.73% 0.79% -
XYZ 23.88 13.11 57.15 -
YUV 98.97 186.15 161.55 -
System Red Green Blue C M Y K H S L
Decimal 146 55 202 0.28 0.73 0 0.21 277.14 0.58 0.5
Hex 92 37 CA 1C 49 0 15 115 3A 32
Octal 222 67 312 34 111 0 25 425 72 62
Binary 10010010 110111 11001010 11100 1001001 0 10101 100010101 111010 110010

Color Harmonies of #9237CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9237CA

Black with #9237CA

Text Example


Text Example

White with #9237CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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