Html Css Color HEX #9B25DC Dark Orchid

📋 copy color: '#9B25DC'

red 155 ◦ green 37 ◦ blue 220

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

Shades of Dark Orchid #9B25DC

Tints of Dark Orchid #9B25DC

RGB

 RED value IS 155 (60.94% from 255) = 37.62%

 GREEN value IS 37 (14.84% from 255) = 8.98%

 BLUE value IS 220 (86.33% from 255) = 53.4%

R = 37.62%
G = 8.98%
B = 53.4%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B25DC (or 0x9B25DC) is known color: Dark Orchid. HEX triplet: 9B, 25 and DC. RGB value is (155,37,220). Sum of RGB (Red+Green+Blue) = 155+37+220=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B25DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B25DC is #64DA23. Grayscale: #5C5C5C. Windows color (decimal): -6609444 or 14427547. OLE color: 14427547.

HSL color Cylindrical-coordinate representation of color #9B25DC: hue angle of 278.69º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B25DC is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 37 220 -
CMYK 0.30 0.83 0 0.14
HSL 278.69º 0.72% 0.5% -
HSV(B) 278.69º 0.83% 0.86% -
XYZ 27.1 13.46 68.88 -
YUV 93.14 199.59 172.12 -
System Red Green Blue C M Y K H S L
Decimal 155 37 220 0.30 0.83 0 0.14 278.69 0.72 0.5
Hex 9B 25 DC 1E 53 0 E 117 48 32
Octal 233 45 334 36 123 0 16 427 110 62
Binary 10011011 100101 11011100 11110 1010011 0 1110 100010111 1001000 110010

Color Harmonies of #9B25DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B25DC

Black with #9B25DC

Text Example


Text Example

White with #9B25DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B25DC; }

 p { color: rgb(155,37,220); }

 H1.HeaderClassName
 {
   color: #9B25DC;
 }
 .AnyTagClassName
 {
   color: #9B25DC;
 }
</style>

background-color css

<style>
 a { background-color: #9B25DC; }

 a { background-color: rgb(155,37,220); }

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

border-color css

<style>
 span { border-color: #9B25DC; }

 span { border-color: rgb(155,37,220); }

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