Html Css Color HEX #9143CC Dark Orchid

📋 copy color: '#9143CC'

red 145 ◦ green 67 ◦ blue 204

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

Shades of Dark Orchid #9143CC

Tints of Dark Orchid #9143CC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.11%

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

R = 34.86%
G = 16.11%
B = 49.04%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9143CC (or 0x9143CC) is known color: Dark Orchid. HEX triplet: 91, 43 and CC. RGB value is (145,67,204). Sum of RGB (Red+Green+Blue) = 145+67+204=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #9143CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9143CC is #6EBC33. Grayscale: #696969. Windows color (decimal): -7257140 or 13386641. OLE color: 13386641.

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

Color convert

RGB 145 67 204 -
CMYK 0.29 0.67 0 0.2
HSL 274.16º 0.57% 0.53% -
HSV(B) 274.16º 0.67% 0.8% -
XYZ 24.58 14.39 58.61 -
YUV 105.94 183.34 155.86 -
System Red Green Blue C M Y K H S L
Decimal 145 67 204 0.29 0.67 0 0.2 274.16 0.57 0.53
Hex 91 43 CC 1D 43 0 14 112 39 35
Octal 221 103 314 35 103 0 24 422 71 65
Binary 10010001 1000011 11001100 11101 1000011 0 10100 100010010 111001 110101

Color Harmonies of #9143CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9143CC

Black with #9143CC

Text Example


Text Example

White with #9143CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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