Html Css Color HEX #9148CF Dark Orchid

📋 copy color: '#9148CF'

red 145 ◦ green 72 ◦ blue 207

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

Shades of Dark Orchid #9148CF

Tints of Dark Orchid #9148CF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.98%

 BLUE value IS 207 (81.25% from 255) = 48.82%

R = 34.2%
G = 16.98%
B = 48.82%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9148CF (or 0x9148CF) is known color: Dark Orchid. HEX triplet: 91, 48 and CF. RGB value is (145,72,207). Sum of RGB (Red+Green+Blue) = 145+72+207=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #9148CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9148CF is #6EB730. Grayscale: #6C6C6C. Windows color (decimal): -7255857 or 13584529. OLE color: 13584529.

HSL color Cylindrical-coordinate representation of color #9148CF: hue angle of 272.44º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9148CF is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 72 207 -
CMYK 0.30 0.65 0 0.19
HSL 272.44º 0.58% 0.55% -
HSV(B) 272.44º 0.65% 0.81% -
XYZ 25.26 15.16 60.63 -
YUV 109.22 183.18 153.52 -
System Red Green Blue C M Y K H S L
Decimal 145 72 207 0.30 0.65 0 0.19 272.44 0.58 0.55
Hex 91 48 CF 1E 41 0 13 110 3A 37
Octal 221 110 317 36 101 0 23 420 72 67
Binary 10010001 1001000 11001111 11110 1000001 0 10011 100010000 111010 110111

Color Harmonies of #9148CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9148CF

Black with #9148CF

Text Example


Text Example

White with #9148CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9148CF; }

 p { color: rgb(145,72,207); }

 H1.HeaderClassName
 {
   color: #9148CF;
 }
 .AnyTagClassName
 {
   color: #9148CF;
 }
</style>

background-color css

<style>
 a { background-color: #9148CF; }

 a { background-color: rgb(145,72,207); }

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

border-color css

<style>
 span { border-color: #9148CF; }

 span { border-color: rgb(145,72,207); }

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