Html Css Color HEX #9845DB Dark Orchid

📋 copy color: '#9845DB'

red 152 ◦ green 69 ◦ blue 219

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

Shades of Dark Orchid #9845DB

Tints of Dark Orchid #9845DB

RGB

 RED value IS 152 (59.77% from 255) = 34.55%

 GREEN value IS 69 (27.34% from 255) = 15.68%

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

R = 34.55%
G = 15.68%
B = 49.77%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9845DB (or 0x9845DB) is known color: Dark Orchid. HEX triplet: 98, 45 and DB. RGB value is (152,69,219). Sum of RGB (Red+Green+Blue) = 152+69+219=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #9845DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9845DB is #67BA24. Grayscale: #6E6E6E. Windows color (decimal): -6797861 or 14370200. OLE color: 14370200.

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

Color convert

RGB 152 69 219 -
CMYK 0.31 0.68 0 0.14
HSL 273.2º 0.68% 0.56% -
HSV(B) 273.2º 0.68% 0.86% -
XYZ 27.86 16.05 68.65 -
YUV 110.92 189 157.3 -
System Red Green Blue C M Y K H S L
Decimal 152 69 219 0.31 0.68 0 0.14 273.2 0.68 0.56
Hex 98 45 DB 1F 44 0 E 111 44 38
Octal 230 105 333 37 104 0 16 421 104 70
Binary 10011000 1000101 11011011 11111 1000100 0 1110 100010001 1000100 111000

Color Harmonies of #9845DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9845DB

Black with #9845DB

Text Example


Text Example

White with #9845DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,69,219); }

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

background-color css

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

 a { background-color: rgb(152,69,219); }

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

border-color css

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

 span { border-color: rgb(152,69,219); }

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