Html Css Color HEX #912BC9 Dark Orchid

📋 copy color: '#912BC9'

red 145 ◦ green 43 ◦ blue 201

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

Shades of Dark Orchid #912BC9

Tints of Dark Orchid #912BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.67%

R = 37.28%
G = 11.05%
B = 51.67%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#912BC9 (or 0x912BC9) is known color: Dark Orchid. HEX triplet: 91, 2B and C9. RGB value is (145,43,201). Sum of RGB (Red+Green+Blue) = 145+43+201=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 201 (78.91% from 255 or 51.67% from 389); Max value from RGB is 201 - color contains mainly: blue. Hex color #912BC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912BC9 is #6ED436. Grayscale: #5A5A5A. Windows color (decimal): -7263287 or 13183889. OLE color: 13183889.

HSL color Cylindrical-coordinate representation of color #912BC9: hue angle of 278.73º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #912BC9 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 145 43 201 -
CMYK 0.28 0.79 0 0.21
HSL 278.73º 0.65% 0.48% -
HSV(B) 278.73º 0.79% 0.79% -
XYZ 23.08 11.96 56.35 -
YUV 91.51 189.79 166.15 -
System Red Green Blue C M Y K H S L
Decimal 145 43 201 0.28 0.79 0 0.21 278.73 0.65 0.48
Hex 91 2B C9 1C 4F 0 15 117 41 30
Octal 221 53 311 34 117 0 25 427 101 60
Binary 10010001 101011 11001001 11100 1001111 0 10101 100010111 1000001 110000

Color Harmonies of #912BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912BC9

Black with #912BC9

Text Example


Text Example

White with #912BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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