Html Css Color HEX #983AB2 Dark Orchid

📋 copy color: '#983AB2'

red 152 ◦ green 58 ◦ blue 178

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

Shades of Dark Orchid #983AB2

Tints of Dark Orchid #983AB2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.95%

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

R = 39.18%
G = 14.95%
B = 45.88%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#983AB2 (or 0x983AB2) is known color: Dark Orchid. HEX triplet: 98, 3A and B2. RGB value is (152,58,178). Sum of RGB (Red+Green+Blue) = 152+58+178=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 58 (23.05% from 255 or 14.95% 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 #983AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983AB2 is #67C54D. Grayscale: #636363. Windows color (decimal): -6800718 or 11680408. OLE color: 11680408.

HSL color Cylindrical-coordinate representation of color #983AB2: hue angle of 287º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #983AB2 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 152 58 178 -
CMYK 0.15 0.67 0 0.30
HSL 287º 0.51% 0.46% -
HSV(B) 287º 0.67% 0.7% -
XYZ 22.5 12.92 43.43 -
YUV 99.79 172.14 165.24 -
System Red Green Blue C M Y K H S L
Decimal 152 58 178 0.15 0.67 0 0.30 287 0.51 0.46
Hex 98 3A B2 F 43 0 1E 11F 33 2E
Octal 230 72 262 17 103 0 36 437 63 56
Binary 10011000 111010 10110010 1111 1000011 0 11110 100011111 110011 101110

Color Harmonies of #983AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983AB2

Black with #983AB2

Text Example


Text Example

White with #983AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983AB2; }

 p { color: rgb(152,58,178); }

 H1.HeaderClassName
 {
   color: #983AB2;
 }
 .AnyTagClassName
 {
   color: #983AB2;
 }
</style>

background-color css

<style>
 a { background-color: #983AB2; }

 a { background-color: rgb(152,58,178); }

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

border-color css

<style>
 span { border-color: #983AB2; }

 span { border-color: rgb(152,58,178); }

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