Html Css Color HEX #9146CC Dark Orchid

📋 copy color: '#9146CC'

red 145 ◦ green 70 ◦ blue 204

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

Shades of Dark Orchid #9146CC

Tints of Dark Orchid #9146CC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.71%

 BLUE value IS 204 (80.08% from 255) = 48.69%

R = 34.61%
G = 16.71%
B = 48.69%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9146CC (or 0x9146CC) is known color: Dark Orchid. HEX triplet: 91, 46 and CC. RGB value is (145,70,204). Sum of RGB (Red+Green+Blue) = 145+70+204=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #9146CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9146CC is #6EB933. Grayscale: #6B6B6B. Windows color (decimal): -7256372 or 13387409. OLE color: 13387409.

HSL color Cylindrical-coordinate representation of color #9146CC: hue angle of 273.58º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9146CC is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 145 70 204 -
CMYK 0.29 0.66 0 0.2
HSL 273.58º 0.57% 0.54% -
HSV(B) 273.58º 0.66% 0.8% -
XYZ 24.77 14.76 58.67 -
YUV 107.7 182.35 154.6 -
System Red Green Blue C M Y K H S L
Decimal 145 70 204 0.29 0.66 0 0.2 273.58 0.57 0.54
Hex 91 46 CC 1D 42 0 14 112 39 36
Octal 221 106 314 35 102 0 24 422 71 66
Binary 10010001 1000110 11001100 11101 1000010 0 10100 100010010 111001 110110

Color Harmonies of #9146CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9146CC

Black with #9146CC

Text Example


Text Example

White with #9146CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9146CC; }

 p { color: rgb(145,70,204); }

 H1.HeaderClassName
 {
   color: #9146CC;
 }
 .AnyTagClassName
 {
   color: #9146CC;
 }
</style>

background-color css

<style>
 a { background-color: #9146CC; }

 a { background-color: rgb(145,70,204); }

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

border-color css

<style>
 span { border-color: #9146CC; }

 span { border-color: rgb(145,70,204); }

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