Html Css Color HEX #9725C6 Dark Orchid

📋 copy color: '#9725C6'

red 151 ◦ green 37 ◦ blue 198

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

Shades of Dark Orchid #9725C6

Tints of Dark Orchid #9725C6

RGB

 RED value IS 151 (59.38% from 255) = 39.12%

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

 BLUE value IS 198 (77.73% from 255) = 51.3%

R = 39.12%
G = 9.59%
B = 51.3%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9725C6 (or 0x9725C6) is known color: Dark Orchid. HEX triplet: 97, 25 and C6. RGB value is (151,37,198). Sum of RGB (Red+Green+Blue) = 151+37+198=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 198 (77.73% from 255 or 51.30% from 386); Max value from RGB is 198 - color contains mainly: blue. Hex color #9725C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9725C6 is #68DA39. Grayscale: #585858. Windows color (decimal): -6871610 or 12985751. OLE color: 12985751.

HSL color Cylindrical-coordinate representation of color #9725C6: hue angle of 282.48º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9725C6 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 151 37 198 -
CMYK 0.24 0.81 0 0.22
HSL 282.48º 0.69% 0.46% -
HSV(B) 282.48º 0.81% 0.78% -
XYZ 23.62 11.98 54.49 -
YUV 89.44 189.27 171.91 -
System Red Green Blue C M Y K H S L
Decimal 151 37 198 0.24 0.81 0 0.22 282.48 0.69 0.46
Hex 97 25 C6 18 51 0 16 11A 45 2E
Octal 227 45 306 30 121 0 26 432 105 56
Binary 10010111 100101 11000110 11000 1010001 0 10110 100011010 1000101 101110

Color Harmonies of #9725C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9725C6

Black with #9725C6

Text Example


Text Example

White with #9725C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9725C6; }

 p { color: rgb(151,37,198); }

 H1.HeaderClassName
 {
   color: #9725C6;
 }
 .AnyTagClassName
 {
   color: #9725C6;
 }
</style>

background-color css

<style>
 a { background-color: #9725C6; }

 a { background-color: rgb(151,37,198); }

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

border-color css

<style>
 span { border-color: #9725C6; }

 span { border-color: rgb(151,37,198); }

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