Html Css Color HEX #9741BF Dark Orchid

📋 copy color: '#9741BF'

red 151 ◦ green 65 ◦ blue 191

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

Shades of Dark Orchid #9741BF

Tints of Dark Orchid #9741BF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.97%

 BLUE value IS 191 (75% from 255) = 46.93%

R = 37.1%
G = 15.97%
B = 46.93%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9741BF (or 0x9741BF) is known color: Dark Orchid. HEX triplet: 97, 41 and BF. RGB value is (151,65,191). Sum of RGB (Red+Green+Blue) = 151+65+191=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #9741BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9741BF is #68BE40. Grayscale: #686868. Windows color (decimal): -6864449 or 12534167. OLE color: 12534167.

HSL color Cylindrical-coordinate representation of color #9741BF: hue angle of 280.95º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9741BF is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 65 191 -
CMYK 0.21 0.66 0 0.25
HSL 280.95º 0.5% 0.5% -
HSV(B) 280.95º 0.66% 0.75% -
XYZ 24.06 14.12 50.75 -
YUV 105.08 176.49 160.75 -
System Red Green Blue C M Y K H S L
Decimal 151 65 191 0.21 0.66 0 0.25 280.95 0.5 0.5
Hex 97 41 BF 15 42 0 19 119 32 32
Octal 227 101 277 25 102 0 31 431 62 62
Binary 10010111 1000001 10111111 10101 1000010 0 11001 100011001 110010 110010

Color Harmonies of #9741BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9741BF

Black with #9741BF

Text Example


Text Example

White with #9741BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9741BF; }

 p { color: rgb(151,65,191); }

 H1.HeaderClassName
 {
   color: #9741BF;
 }
 .AnyTagClassName
 {
   color: #9741BF;
 }
</style>

background-color css

<style>
 a { background-color: #9741BF; }

 a { background-color: rgb(151,65,191); }

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

border-color css

<style>
 span { border-color: #9741BF; }

 span { border-color: rgb(151,65,191); }

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