Html Css Color HEX #9245CE Dark Orchid

📋 copy color: '#9245CE'

red 146 ◦ green 69 ◦ blue 206

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

Shades of Dark Orchid #9245CE

Tints of Dark Orchid #9245CE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.39%

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 34.68%
G = 16.39%
B = 48.93%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9245CE (or 0x9245CE) is known color: Dark Orchid. HEX triplet: 92, 45 and CE. RGB value is (146,69,206). Sum of RGB (Red+Green+Blue) = 146+69+206=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #9245CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9245CE is #6DBA31. Grayscale: #6B6B6B. Windows color (decimal): -7191090 or 13518226. OLE color: 13518226.

HSL color Cylindrical-coordinate representation of color #9245CE: hue angle of 273.72º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9245CE is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 69 206 -
CMYK 0.29 0.67 0 0.19
HSL 273.72º 0.58% 0.54% -
HSV(B) 273.72º 0.67% 0.81% -
XYZ 25.12 14.82 59.93 -
YUV 107.64 183.51 155.36 -
System Red Green Blue C M Y K H S L
Decimal 146 69 206 0.29 0.67 0 0.19 273.72 0.58 0.54
Hex 92 45 CE 1D 43 0 13 112 3A 36
Octal 222 105 316 35 103 0 23 422 72 66
Binary 10010010 1000101 11001110 11101 1000011 0 10011 100010010 111010 110110

Color Harmonies of #9245CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9245CE

Black with #9245CE

Text Example


Text Example

White with #9245CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9245CE; }

 p { color: rgb(146,69,206); }

 H1.HeaderClassName
 {
   color: #9245CE;
 }
 .AnyTagClassName
 {
   color: #9245CE;
 }
</style>

background-color css

<style>
 a { background-color: #9245CE; }

 a { background-color: rgb(146,69,206); }

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

border-color css

<style>
 span { border-color: #9245CE; }

 span { border-color: rgb(146,69,206); }

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