Html Css Color HEX #912BBB Dark Orchid

📋 copy color: '#912BBB'

red 145 ◦ green 43 ◦ blue 187

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

Shades of Dark Orchid #912BBB

Tints of Dark Orchid #912BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.87%

R = 38.67%
G = 11.47%
B = 49.87%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#912BBB (or 0x912BBB) is known color: Dark Orchid. HEX triplet: 91, 2B and BB. RGB value is (145,43,187). Sum of RGB (Red+Green+Blue) = 145+43+187=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #912BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912BBB is #6ED444. Grayscale: #595959. Windows color (decimal): -7263301 or 12266385. OLE color: 12266385.

HSL color Cylindrical-coordinate representation of color #912BBB: hue angle of 282.5º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #912BBB is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 43 187 -
CMYK 0.22 0.77 0 0.27
HSL 282.5º 0.63% 0.45% -
HSV(B) 282.5º 0.77% 0.73% -
XYZ 21.51 11.34 48.07 -
YUV 89.91 182.79 167.29 -
System Red Green Blue C M Y K H S L
Decimal 145 43 187 0.22 0.77 0 0.27 282.5 0.63 0.45
Hex 91 2B BB 16 4D 0 1B 11A 3F 2D
Octal 221 53 273 26 115 0 33 432 77 55
Binary 10010001 101011 10111011 10110 1001101 0 11011 100011010 111111 101101

Color Harmonies of #912BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912BBB

Black with #912BBB

Text Example


Text Example

White with #912BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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