Html Css Color HEX #9141CF Dark Orchid

📋 copy color: '#9141CF'

red 145 ◦ green 65 ◦ blue 207

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

Shades of Dark Orchid #9141CF

Tints of Dark Orchid #9141CF

RGB

 RED value IS 145 (57.03% from 255) = 34.77%

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

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

R = 34.77%
G = 15.59%
B = 49.64%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9141CF (or 0x9141CF) is known color: Dark Orchid. HEX triplet: 91, 41 and CF. RGB value is (145,65,207). Sum of RGB (Red+Green+Blue) = 145+65+207=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #9141CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9141CF is #6EBE30. Grayscale: #686868. Windows color (decimal): -7257649 or 13582737. OLE color: 13582737.

HSL color Cylindrical-coordinate representation of color #9141CF: hue angle of 273.8º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9141CF is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 65 207 -
CMYK 0.30 0.69 0 0.19
HSL 273.8º 0.6% 0.53% -
HSV(B) 273.8º 0.69% 0.81% -
XYZ 24.83 14.31 60.48 -
YUV 105.11 185.5 156.45 -
System Red Green Blue C M Y K H S L
Decimal 145 65 207 0.30 0.69 0 0.19 273.8 0.6 0.53
Hex 91 41 CF 1E 45 0 13 112 3C 35
Octal 221 101 317 36 105 0 23 422 74 65
Binary 10010001 1000001 11001111 11110 1000101 0 10011 100010010 111100 110101

Color Harmonies of #9141CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9141CF

Black with #9141CF

Text Example


Text Example

White with #9141CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,65,207); }

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

background-color css

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

 a { background-color: rgb(145,65,207); }

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

border-color css

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

 span { border-color: rgb(145,65,207); }

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