Html Css Color HEX #9225CC Dark Orchid

📋 copy color: '#9225CC'

red 146 ◦ green 37 ◦ blue 204

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

Shades of Dark Orchid #9225CC

Tints of Dark Orchid #9225CC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.56%

 BLUE value IS 204 (80.08% from 255) = 52.71%

R = 37.73%
G = 9.56%
B = 52.71%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9225CC (or 0x9225CC) is known color: Dark Orchid. HEX triplet: 92, 25 and CC. RGB value is (146,37,204). Sum of RGB (Red+Green+Blue) = 146+37+204=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #9225CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9225CC is #6DDA33. Grayscale: #585858. Windows color (decimal): -7199284 or 13378962. OLE color: 13378962.

HSL color Cylindrical-coordinate representation of color #9225CC: hue angle of 279.16º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9225CC is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 146 37 204 -
CMYK 0.28 0.82 0 0.2
HSL 279.16º 0.69% 0.47% -
HSV(B) 279.16º 0.82% 0.8% -
XYZ 23.41 11.79 58.17 -
YUV 88.63 193.11 168.92 -
System Red Green Blue C M Y K H S L
Decimal 146 37 204 0.28 0.82 0 0.2 279.16 0.69 0.47
Hex 92 25 CC 1C 52 0 14 117 45 2F
Octal 222 45 314 34 122 0 24 427 105 57
Binary 10010010 100101 11001100 11100 1010010 0 10100 100010111 1000101 101111

Color Harmonies of #9225CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9225CC

Black with #9225CC

Text Example


Text Example

White with #9225CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9225CC; }

 p { color: rgb(146,37,204); }

 H1.HeaderClassName
 {
   color: #9225CC;
 }
 .AnyTagClassName
 {
   color: #9225CC;
 }
</style>

background-color css

<style>
 a { background-color: #9225CC; }

 a { background-color: rgb(146,37,204); }

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

border-color css

<style>
 span { border-color: #9225CC; }

 span { border-color: rgb(146,37,204); }

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