Html Css Color HEX #912FBE Dark Orchid

📋 copy color: '#912FBE'

red 145 ◦ green 47 ◦ blue 190

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

Shades of Dark Orchid #912FBE

Tints of Dark Orchid #912FBE

RGB

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

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

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

R = 37.96%
G = 12.3%
B = 49.74%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#912FBE (or 0x912FBE) is known color: Dark Orchid. HEX triplet: 91, 2F and BE. RGB value is (145,47,190). Sum of RGB (Red+Green+Blue) = 145+47+190=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #912FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912FBE is #6ED041. Grayscale: #5C5C5C. Windows color (decimal): -7262274 or 12464017. OLE color: 12464017.

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

Color convert

RGB 145 47 190 -
CMYK 0.24 0.75 0 0.25
HSL 281.12º 0.6% 0.46% -
HSV(B) 281.12º 0.75% 0.75% -
XYZ 21.99 11.77 49.83 -
YUV 92.6 182.97 165.37 -
System Red Green Blue C M Y K H S L
Decimal 145 47 190 0.24 0.75 0 0.25 281.12 0.6 0.46
Hex 91 2F BE 18 4B 0 19 119 3C 2E
Octal 221 57 276 30 113 0 31 431 74 56
Binary 10010001 101111 10111110 11000 1001011 0 11001 100011001 111100 101110

Color Harmonies of #912FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912FBE

Black with #912FBE

Text Example


Text Example

White with #912FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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