Html Css Color HEX #9134BD Dark Orchid

📋 copy color: '#9134BD'

red 145 ◦ green 52 ◦ blue 189

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

Shades of Dark Orchid #9134BD

Tints of Dark Orchid #9134BD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.47%

 BLUE value IS 189 (74.22% from 255) = 48.96%

R = 37.56%
G = 13.47%
B = 48.96%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9134BD (or 0x9134BD) is known color: Dark Orchid. HEX triplet: 91, 34 and BD. RGB value is (145,52,189). Sum of RGB (Red+Green+Blue) = 145+52+189=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #9134BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9134BD is #6ECB42. Grayscale: #5E5E5E. Windows color (decimal): -7260995 or 12399761. OLE color: 12399761.

HSL color Cylindrical-coordinate representation of color #9134BD: hue angle of 280.73º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9134BD is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 52 189 -
CMYK 0.23 0.72 0 0.26
HSL 280.73º 0.57% 0.47% -
HSV(B) 280.73º 0.72% 0.74% -
XYZ 22.09 12.15 49.32 -
YUV 95.43 180.81 163.36 -
System Red Green Blue C M Y K H S L
Decimal 145 52 189 0.23 0.72 0 0.26 280.73 0.57 0.47
Hex 91 34 BD 17 48 0 1A 119 39 2F
Octal 221 64 275 27 110 0 32 431 71 57
Binary 10010001 110100 10111101 10111 1001000 0 11010 100011001 111001 101111

Color Harmonies of #9134BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9134BD

Black with #9134BD

Text Example


Text Example

White with #9134BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9134BD; }

 p { color: rgb(145,52,189); }

 H1.HeaderClassName
 {
   color: #9134BD;
 }
 .AnyTagClassName
 {
   color: #9134BD;
 }
</style>

background-color css

<style>
 a { background-color: #9134BD; }

 a { background-color: rgb(145,52,189); }

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

border-color css

<style>
 span { border-color: #9134BD; }

 span { border-color: rgb(145,52,189); }

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