Html Css Color HEX #9948DB Dark Orchid

📋 copy color: '#9948DB'

red 153 ◦ green 72 ◦ blue 219

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

Shades of Dark Orchid #9948DB

Tints of Dark Orchid #9948DB

RGB

 RED value IS 153 (60.16% from 255) = 34.46%

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

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 34.46%
G = 16.22%
B = 49.32%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9948DB (or 0x9948DB) is known color: Dark Orchid. HEX triplet: 99, 48 and DB. RGB value is (153,72,219). Sum of RGB (Red+Green+Blue) = 153+72+219=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #9948DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9948DB is #66B724. Grayscale: #707070. Windows color (decimal): -6731557 or 14370969. OLE color: 14370969.

HSL color Cylindrical-coordinate representation of color #9948DB: hue angle of 273.06º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9948DB is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 72 219 -
CMYK 0.30 0.67 0 0.14
HSL 273.06º 0.67% 0.57% -
HSV(B) 273.06º 0.67% 0.86% -
XYZ 28.24 16.52 68.72 -
YUV 112.98 187.84 156.55 -
System Red Green Blue C M Y K H S L
Decimal 153 72 219 0.30 0.67 0 0.14 273.06 0.67 0.57
Hex 99 48 DB 1E 43 0 E 111 43 39
Octal 231 110 333 36 103 0 16 421 103 71
Binary 10011001 1001000 11011011 11110 1000011 0 1110 100010001 1000011 111001

Color Harmonies of #9948DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9948DB

Black with #9948DB

Text Example


Text Example

White with #9948DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9948DB; }

 p { color: rgb(153,72,219); }

 H1.HeaderClassName
 {
   color: #9948DB;
 }
 .AnyTagClassName
 {
   color: #9948DB;
 }
</style>

background-color css

<style>
 a { background-color: #9948DB; }

 a { background-color: rgb(153,72,219); }

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

border-color css

<style>
 span { border-color: #9948DB; }

 span { border-color: rgb(153,72,219); }

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