Html Css Color HEX #9224CF Dark Orchid

📋 copy color: '#9224CF'

red 146 ◦ green 36 ◦ blue 207

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

Shades of Dark Orchid #9224CF

Tints of Dark Orchid #9224CF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.25%

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

R = 37.53%
G = 9.25%
B = 53.21%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9224CF (or 0x9224CF) is known color: Dark Orchid. HEX triplet: 92, 24 and CF. RGB value is (146,36,207). Sum of RGB (Red+Green+Blue) = 146+36+207=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #9224CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9224CF is #6DDB30. Grayscale: #575757. Windows color (decimal): -7199537 or 13575314. OLE color: 13575314.

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

Color convert

RGB 146 36 207 -
CMYK 0.29 0.83 0 0.19
HSL 278.6º 0.7% 0.48% -
HSV(B) 278.6º 0.83% 0.81% -
XYZ 23.75 11.88 60.07 -
YUV 88.38 194.94 169.1 -
System Red Green Blue C M Y K H S L
Decimal 146 36 207 0.29 0.83 0 0.19 278.6 0.7 0.48
Hex 92 24 CF 1D 53 0 13 117 46 30
Octal 222 44 317 35 123 0 23 427 106 60
Binary 10010010 100100 11001111 11101 1010011 0 10011 100010111 1000110 110000

Color Harmonies of #9224CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9224CF

Black with #9224CF

Text Example


Text Example

White with #9224CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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