Html Css Color HEX #9A38B2 Dark Orchid

📋 copy color: '#9A38B2'

red 154 ◦ green 56 ◦ blue 178

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

Shades of Dark Orchid #9A38B2

Tints of Dark Orchid #9A38B2

RGB

 RED value IS 154 (60.55% from 255) = 39.69%

 GREEN value IS 56 (22.27% from 255) = 14.43%

 BLUE value IS 178 (69.92% from 255) = 45.88%

R = 39.69%
G = 14.43%
B = 45.88%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9A38B2 (or 0x9A38B2) is known color: Dark Orchid. HEX triplet: 9A, 38 and B2. RGB value is (154,56,178). Sum of RGB (Red+Green+Blue) = 154+56+178=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 178 - color contains mainly: blue. Hex color #9A38B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A38B2 is #65C74D. Grayscale: #626262. Windows color (decimal): -6670158 or 11679898. OLE color: 11679898.

HSL color Cylindrical-coordinate representation of color #9A38B2: hue angle of 288.2º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A38B2 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 56 178 -
CMYK 0.13 0.69 0 0.30
HSL 288.2º 0.52% 0.46% -
HSV(B) 288.2º 0.69% 0.7% -
XYZ 22.78 12.91 43.41 -
YUV 99.21 172.47 167.08 -
System Red Green Blue C M Y K H S L
Decimal 154 56 178 0.13 0.69 0 0.30 288.2 0.52 0.46
Hex 9A 38 B2 D 45 0 1E 120 34 2E
Octal 232 70 262 15 105 0 36 440 64 56
Binary 10011010 111000 10110010 1101 1000101 0 11110 100100000 110100 101110

Color Harmonies of #9A38B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A38B2

Black with #9A38B2

Text Example


Text Example

White with #9A38B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,56,178); }

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

background-color css

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

 a { background-color: rgb(154,56,178); }

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

border-color css

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

 span { border-color: rgb(154,56,178); }

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