Html Css Color HEX #9B30DD Dark Orchid

📋 copy color: '#9B30DD'

red 155 ◦ green 48 ◦ blue 221

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

Shades of Dark Orchid #9B30DD

Tints of Dark Orchid #9B30DD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.32%

 BLUE value IS 221 (86.72% from 255) = 52.12%

R = 36.56%
G = 11.32%
B = 52.12%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B30DD (or 0x9B30DD) is known color: Dark Orchid. HEX triplet: 9B, 30 and DD. RGB value is (155,48,221). Sum of RGB (Red+Green+Blue) = 155+48+221=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B30DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B30DD is #64CF22. Grayscale: #636363. Windows color (decimal): -6606627 or 14495899. OLE color: 14495899.

HSL color Cylindrical-coordinate representation of color #9B30DD: hue angle of 277.11º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B30DD is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 48 221 -
CMYK 0.30 0.78 0 0.13
HSL 277.11º 0.72% 0.53% -
HSV(B) 277.11º 0.78% 0.87% -
XYZ 27.63 14.3 69.71 -
YUV 99.72 196.45 167.43 -
System Red Green Blue C M Y K H S L
Decimal 155 48 221 0.30 0.78 0 0.13 277.11 0.72 0.53
Hex 9B 30 DD 1E 4E 0 D 115 48 35
Octal 233 60 335 36 116 0 15 425 110 65
Binary 10011011 110000 11011101 11110 1001110 0 1101 100010101 1001000 110101

Color Harmonies of #9B30DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B30DD

Black with #9B30DD

Text Example


Text Example

White with #9B30DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,48,221); }

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

background-color css

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

 a { background-color: rgb(155,48,221); }

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

border-color css

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

 span { border-color: rgb(155,48,221); }

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