Html Css Color HEX #912EB8 Dark Orchid

📋 copy color: '#912EB8'

red 145 ◦ green 46 ◦ blue 184

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

Shades of Dark Orchid #912EB8

Tints of Dark Orchid #912EB8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.27%

 BLUE value IS 184 (72.27% from 255) = 49.07%

R = 38.67%
G = 12.27%
B = 49.07%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#912EB8 (or 0x912EB8) is known color: Dark Orchid. HEX triplet: 91, 2E and B8. RGB value is (145,46,184). Sum of RGB (Red+Green+Blue) = 145+46+184=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #912EB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912EB8 is #6ED147. Grayscale: #5A5A5A. Windows color (decimal): -7262536 or 12070545. OLE color: 12070545.

HSL color Cylindrical-coordinate representation of color #912EB8: hue angle of 283.04º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #912EB8 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 145 46 184 -
CMYK 0.21 0.75 0 0.28
HSL 283.04º 0.6% 0.45% -
HSV(B) 283.04º 0.75% 0.72% -
XYZ 21.31 11.43 46.43 -
YUV 91.33 180.3 166.28 -
System Red Green Blue C M Y K H S L
Decimal 145 46 184 0.21 0.75 0 0.28 283.04 0.6 0.45
Hex 91 2E B8 15 4B 0 1C 11B 3C 2D
Octal 221 56 270 25 113 0 34 433 74 55
Binary 10010001 101110 10111000 10101 1001011 0 11100 100011011 111100 101101

Color Harmonies of #912EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912EB8

Black with #912EB8

Text Example


Text Example

White with #912EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912EB8; }

 p { color: rgb(145,46,184); }

 H1.HeaderClassName
 {
   color: #912EB8;
 }
 .AnyTagClassName
 {
   color: #912EB8;
 }
</style>

background-color css

<style>
 a { background-color: #912EB8; }

 a { background-color: rgb(145,46,184); }

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

border-color css

<style>
 span { border-color: #912EB8; }

 span { border-color: rgb(145,46,184); }

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