Html Css Color HEX #9731CF Dark Orchid

📋 copy color: '#9731CF'

red 151 ◦ green 49 ◦ blue 207

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

Shades of Dark Orchid #9731CF

Tints of Dark Orchid #9731CF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.04%

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

R = 37.1%
G = 12.04%
B = 50.86%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9731CF (or 0x9731CF) is known color: Dark Orchid. HEX triplet: 97, 31 and CF. RGB value is (151,49,207). Sum of RGB (Red+Green+Blue) = 151+49+207=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #9731CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9731CF is #68CE30. Grayscale: #606060. Windows color (decimal): -6868529 or 13578647. OLE color: 13578647.

HSL color Cylindrical-coordinate representation of color #9731CF: hue angle of 278.73º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9731CF is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 49 207 -
CMYK 0.27 0.76 0 0.19
HSL 278.73º 0.62% 0.5% -
HSV(B) 278.73º 0.76% 0.81% -
XYZ 25.12 13.28 60.27 -
YUV 97.51 189.79 166.15 -
System Red Green Blue C M Y K H S L
Decimal 151 49 207 0.27 0.76 0 0.19 278.73 0.62 0.5
Hex 97 31 CF 1B 4C 0 13 117 3E 32
Octal 227 61 317 33 114 0 23 427 76 62
Binary 10010111 110001 11001111 11011 1001100 0 10011 100010111 111110 110010

Color Harmonies of #9731CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9731CF

Black with #9731CF

Text Example


Text Example

White with #9731CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,49,207); }

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

background-color css

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

 a { background-color: rgb(151,49,207); }

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

border-color css

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

 span { border-color: rgb(151,49,207); }

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