Html Css Color HEX #912CBB Dark Orchid

📋 copy color: '#912CBB'

red 145 ◦ green 44 ◦ blue 187

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

Shades of Dark Orchid #912CBB

Tints of Dark Orchid #912CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.7%

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

R = 38.56%
G = 11.7%
B = 49.73%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#912CBB (or 0x912CBB) is known color: Dark Orchid. HEX triplet: 91, 2C and BB. RGB value is (145,44,187). Sum of RGB (Red+Green+Blue) = 145+44+187=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 44 (17.58% from 255 or 11.70% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #912CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912CBB is #6ED344. Grayscale: #5A5A5A. Windows color (decimal): -7263045 or 12266641. OLE color: 12266641.

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

Color convert

RGB 145 44 187 -
CMYK 0.22 0.76 0 0.27
HSL 282.38º 0.62% 0.45% -
HSV(B) 282.38º 0.76% 0.73% -
XYZ 21.55 11.41 48.08 -
YUV 90.5 182.46 166.87 -
System Red Green Blue C M Y K H S L
Decimal 145 44 187 0.22 0.76 0 0.27 282.38 0.62 0.45
Hex 91 2C BB 16 4C 0 1B 11A 3E 2D
Octal 221 54 273 26 114 0 33 432 76 55
Binary 10010001 101100 10111011 10110 1001100 0 11011 100011010 111110 101101

Color Harmonies of #912CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912CBB

Black with #912CBB

Text Example


Text Example

White with #912CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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