Html Css Color HEX #912FBD Dark Orchid

📋 copy color: '#912FBD'

red 145 ◦ green 47 ◦ blue 189

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

Shades of Dark Orchid #912FBD

Tints of Dark Orchid #912FBD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.34%

 BLUE value IS 189 (74.22% from 255) = 49.61%

R = 38.06%
G = 12.34%
B = 49.61%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#912FBD (or 0x912FBD) is known color: Dark Orchid. HEX triplet: 91, 2F and BD. RGB value is (145,47,189). Sum of RGB (Red+Green+Blue) = 145+47+189=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #912FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912FBD is #6ED042. Grayscale: #5C5C5C. Windows color (decimal): -7262275 or 12398481. OLE color: 12398481.

HSL color Cylindrical-coordinate representation of color #912FBD: hue angle of 281.41º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #912FBD is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 47 189 -
CMYK 0.23 0.75 0 0.26
HSL 281.41º 0.6% 0.46% -
HSV(B) 281.41º 0.75% 0.74% -
XYZ 21.88 11.73 49.25 -
YUV 92.49 182.47 165.45 -
System Red Green Blue C M Y K H S L
Decimal 145 47 189 0.23 0.75 0 0.26 281.41 0.6 0.46
Hex 91 2F BD 17 4B 0 1A 119 3C 2E
Octal 221 57 275 27 113 0 32 431 74 56
Binary 10010001 101111 10111101 10111 1001011 0 11010 100011001 111100 101110

Color Harmonies of #912FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912FBD

Black with #912FBD

Text Example


Text Example

White with #912FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,47,189); }

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

background-color css

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

 a { background-color: rgb(145,47,189); }

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

border-color css

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

 span { border-color: rgb(145,47,189); }

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