Html Css Color HEX #912BBE Dark Orchid

📋 copy color: '#912BBE'

red 145 ◦ green 43 ◦ blue 190

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

Shades of Dark Orchid #912BBE

Tints of Dark Orchid #912BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.38%

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 38.36%
G = 11.38%
B = 50.26%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#912BBE (or 0x912BBE) is known color: Dark Orchid. HEX triplet: 91, 2B and BE. RGB value is (145,43,190). Sum of RGB (Red+Green+Blue) = 145+43+190=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #912BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912BBE is #6ED441. Grayscale: #595959. Windows color (decimal): -7263298 or 12462993. OLE color: 12462993.

HSL color Cylindrical-coordinate representation of color #912BBE: hue angle of 281.63º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #912BBE is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 145 43 190 -
CMYK 0.24 0.77 0 0.25
HSL 281.63º 0.63% 0.46% -
HSV(B) 281.63º 0.77% 0.75% -
XYZ 21.84 11.47 49.78 -
YUV 90.26 184.29 167.05 -
System Red Green Blue C M Y K H S L
Decimal 145 43 190 0.24 0.77 0 0.25 281.63 0.63 0.46
Hex 91 2B BE 18 4D 0 19 11A 3F 2E
Octal 221 53 276 30 115 0 31 432 77 56
Binary 10010001 101011 10111110 11000 1001101 0 11001 100011010 111111 101110

Color Harmonies of #912BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912BBE

Black with #912BBE

Text Example


Text Example

White with #912BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,43,190); }

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

background-color css

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

 a { background-color: rgb(145,43,190); }

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

border-color css

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

 span { border-color: rgb(145,43,190); }

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