Html Css Color HEX #9237CF Dark Orchid

📋 copy color: '#9237CF'

red 146 ◦ green 55 ◦ blue 207

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

Shades of Dark Orchid #9237CF

Tints of Dark Orchid #9237CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.74%

R = 35.78%
G = 13.48%
B = 50.74%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9237CF (or 0x9237CF) is known color: Dark Orchid. HEX triplet: 92, 37 and CF. RGB value is (146,55,207). Sum of RGB (Red+Green+Blue) = 146+55+207=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 55 (21.88% from 255 or 13.48% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #9237CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9237CF is #6DC830. Grayscale: #636363. Windows color (decimal): -7194673 or 13580178. OLE color: 13580178.

HSL color Cylindrical-coordinate representation of color #9237CF: hue angle of 275.92º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9237CF is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 55 207 -
CMYK 0.29 0.73 0 0.19
HSL 275.92º 0.61% 0.51% -
HSV(B) 275.92º 0.73% 0.81% -
XYZ 24.48 13.35 60.32 -
YUV 99.54 188.65 161.14 -
System Red Green Blue C M Y K H S L
Decimal 146 55 207 0.29 0.73 0 0.19 275.92 0.61 0.51
Hex 92 37 CF 1D 49 0 13 114 3D 33
Octal 222 67 317 35 111 0 23 424 75 63
Binary 10010010 110111 11001111 11101 1001001 0 10011 100010100 111101 110011

Color Harmonies of #9237CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9237CF

Black with #9237CF

Text Example


Text Example

White with #9237CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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