Html Css Color HEX #9148DA Dark Orchid

📋 copy color: '#9148DA'

red 145 ◦ green 72 ◦ blue 218

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

Shades of Dark Orchid #9148DA

Tints of Dark Orchid #9148DA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.55%

 BLUE value IS 218 (85.55% from 255) = 50.11%

R = 33.33%
G = 16.55%
B = 50.11%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9148DA (or 0x9148DA) is known color: Dark Orchid. HEX triplet: 91, 48 and DA. RGB value is (145,72,218). Sum of RGB (Red+Green+Blue) = 145+72+218=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #9148DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9148DA is #6EB725. Grayscale: #6D6D6D. Windows color (decimal): -7255846 or 14305425. OLE color: 14305425.

HSL color Cylindrical-coordinate representation of color #9148DA: hue angle of 270º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9148DA is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 72 218 -
CMYK 0.33 0.67 0 0.15
HSL 270º 0.66% 0.57% -
HSV(B) 270º 0.67% 0.85% -
XYZ 26.65 15.72 67.96 -
YUV 110.47 188.68 152.63 -
System Red Green Blue C M Y K H S L
Decimal 145 72 218 0.33 0.67 0 0.15 270 0.66 0.57
Hex 91 48 DA 21 43 0 F 10E 42 39
Octal 221 110 332 41 103 0 17 416 102 71
Binary 10010001 1001000 11011010 100001 1000011 0 1111 100001110 1000010 111001

Color Harmonies of #9148DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9148DA

Black with #9148DA

Text Example


Text Example

White with #9148DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9148DA; }

 p { color: rgb(145,72,218); }

 H1.HeaderClassName
 {
   color: #9148DA;
 }
 .AnyTagClassName
 {
   color: #9148DA;
 }
</style>

background-color css

<style>
 a { background-color: #9148DA; }

 a { background-color: rgb(145,72,218); }

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

border-color css

<style>
 span { border-color: #9148DA; }

 span { border-color: rgb(145,72,218); }

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